Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
598
void EncryptionKey::SetGcmTag(const uint8_t* tag) {
599
memcpy(gcm_tag_, tag, AES_BLOCK_SIZE);
600
}
601
602
void EncryptionKey::GetGcmTag(uint8_t* out) const {
603
memcpy(out, gcm_tag_, AES_BLOCK_SIZE);
Callers
1
AesDecryptImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected