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

Method Decrypt

be/src/util/openssl-util.cc:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457Status EncryptionKey::Decrypt(const uint8_t* data, int64_t len, uint8_t* out,
458 int64_t* out_len) {
459 return EncryptInternal(false, data, len, out, out_len);
460}
461
462Status EncryptionKey::EncryptInternal(
463 bool encrypt, const uint8_t* data, int64_t len, uint8_t* out, int64_t* out_len) {

Callers 4

AesDecryptImplMethod · 0.80
CheckHashAndDecryptMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64