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

Method IsGcmMode

be/src/util/openssl-util.h:246–249  ·  view source on GitHub ↗

If it is GCM mode at runtime

Source from the content-addressed store, hash-verified

244
245 /// If it is GCM mode at runtime
246 bool IsGcmMode() const {
247 return mode_ == AES_CIPHER_MODE::AES_256_GCM
248 || mode_ == AES_CIPHER_MODE::AES_128_GCM;
249 }
250
251 /// If it is ECB mode at runtime.
252 bool IsEcbMode() const {

Callers 5

AesDecryptImplMethod · 0.80
AesEncryptImplMethod · 0.80
EncryptAndHashMethod · 0.80
CheckHashAndDecryptMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64