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

Method IsEcbMode

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

If it is ECB mode at runtime.

Source from the content-addressed store, hash-verified

250
251 /// If it is ECB mode at runtime.
252 bool IsEcbMode() const {
253 return mode_ == AES_CIPHER_MODE::AES_256_ECB
254 || mode_ == AES_CIPHER_MODE::AES_128_ECB;
255 }
256
257 /// It initializes 'key_' and 'iv_'.
258 /// Specifies a cipher mode. It gives an option to configure this mode for end users,

Callers 2

AesDecryptImplMethod · 0.80

Calls

no outgoing calls

Tested by 1