| 148 | } |
| 149 | |
| 150 | unsigned int PK_FixedLengthCryptoSystem::MaxPlainTextLength(unsigned int cipherTextLength) const |
| 151 | { |
| 152 | if (cipherTextLength == CipherTextLength()) |
| 153 | return MaxPlainTextLength(); |
| 154 | else |
| 155 | return 0; |
| 156 | } |
| 157 | |
| 158 | unsigned int PK_FixedLengthCryptoSystem::CipherTextLength(unsigned int plainTextLength) const |
| 159 | { |
no outgoing calls
no test coverage detected