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

Method Encrypt

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

Source from the content-addressed store, hash-verified

450}
451
452Status EncryptionKey::Encrypt(const uint8_t* data, int64_t len, uint8_t* out,
453 int64_t* out_len) {
454 return EncryptInternal(true, data, len, out, out_len);
455}
456
457Status EncryptionKey::Decrypt(const uint8_t* data, int64_t len, uint8_t* out,
458 int64_t* out_len) {

Callers 4

AesEncryptImplMethod · 0.80
EncryptAndHashMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64