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

Method SetGcmTag

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

Source from the content-addressed store, hash-verified

596}
597
598void EncryptionKey::SetGcmTag(const uint8_t* tag) {
599 memcpy(gcm_tag_, tag, AES_BLOCK_SIZE);
600}
601
602void EncryptionKey::GetGcmTag(uint8_t* out) const {
603 memcpy(out, gcm_tag_, AES_BLOCK_SIZE);

Callers 1

AesDecryptImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected