Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h36 static constexpr int32_t GCM_TAG_LEN = 16; variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_cipher_test.cpp30 static constexpr int32_t GCM_TAG_LEN = 16; variable