| 498 | } |
| 499 | |
| 500 | int32_t AesDecryptor::PlaintextLength(int32_t ciphertext_len) const { |
| 501 | return impl_->PlaintextLength(ciphertext_len); |
| 502 | } |
| 503 | |
| 504 | int32_t AesDecryptor::CiphertextLength(int32_t plaintext_len) const { |
| 505 | return impl_->CiphertextLength(plaintext_len); |
no outgoing calls