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

Method Decrypt

cpp/src/parquet/encryption/internal_file_decryptor.cc:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52int32_t Decryptor::Decrypt(std::span<const uint8_t> ciphertext,
53 std::span<uint8_t> plaintext) {
54 return aes_decryptor_->Decrypt(ciphertext, key_.as_span(), str2span(aad_), plaintext);
55}
56
57// InternalFileDecryptor
58InternalFileDecryptor::InternalFileDecryptor(

Callers

nothing calls this directly

Calls 2

str2spanFunction · 0.85
as_spanMethod · 0.80

Tested by

no test coverage detected