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

Method GetGcmTag

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

Source from the content-addressed store, hash-verified

600}
601
602void EncryptionKey::GetGcmTag(uint8_t* out) const {
603 memcpy(out, gcm_tag_, AES_BLOCK_SIZE);
604}
605
606bool EncryptionKey::IsModeSupported(AES_CIPHER_MODE m, bool allow_non_accelerated) {
607 bool use_gcm_on_cpu = allow_non_accelerated || CpuInfo::IsSupported(CpuInfo::PCLMULQDQ);

Callers 1

AesEncryptImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected