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

Method PlaintextLength

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

Source from the content-addressed store, hash-verified

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

Callers 7

DeserializeMessageMethod · 0.45
NextPageMethod · 0.45
DecryptKeyLocallyFunction · 0.45
EncryptionRoundTripMethod · 0.45

Calls

no outgoing calls

Tested by 3

EncryptionRoundTripMethod · 0.36