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

Method Decrypt

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

Source from the content-addressed store, hash-verified

444};
445
446int32_t AesDecryptor::Decrypt(std::span<const uint8_t> ciphertext,
447 std::span<const uint8_t> key, std::span<const uint8_t> aad,
448 std::span<uint8_t> plaintext) {
449 return impl_->Decrypt(ciphertext, key, aad, plaintext);
450}
451
452AesDecryptor::~AesDecryptor() {}
453

Callers 7

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

Calls 3

ParquetExceptionFunction · 0.85
strMethod · 0.80
sizeMethod · 0.45

Tested by 3

EncryptionRoundTripMethod · 0.36