MCPcopy Create free account
hub / github.com/apache/arrow / CiphertextLength

Method CiphertextLength

cpp/src/parquet/encryption/encryption_internal.cc:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 12

VerifySignatureMethod · 0.45
WriteToMethod · 0.45
VerifySignatureMethod · 0.45
FinishMethod · 0.45
DeserializeMessageMethod · 0.45
SerializeEncryptedObjMethod · 0.45
WriteDictionaryPageMethod · 0.45
WriteDataPageMethod · 0.45
EncryptKeyLocallyFunction · 0.45
EncryptionRoundTripMethod · 0.45

Calls

no outgoing calls

Tested by 2

EncryptionRoundTripMethod · 0.36