| 382 | } |
| 383 | |
| 384 | int32_t AesEncryptor::CiphertextLength(int64_t plaintext_len) const { |
| 385 | return impl_->CiphertextLength(plaintext_len); |
| 386 | } |
| 387 | |
| 388 | int32_t AesEncryptor::Encrypt(std::span<const uint8_t> plaintext, |
| 389 | std::span<const uint8_t> key, std::span<const uint8_t> aad, |
no outgoing calls