Home
last modified time | relevance | path

Searched defs:GCM_IV_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h34 static constexpr int32_t GCM_IV_LEN = 12; // GCM variable
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_crypto.h27 #define GCM_IV_LEN 12 macro