Home
last modified time | relevance | path

Searched refs:CCM_AAD_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_ccm_cipher_test.cpp367 uint8_t aad[CCM_AAD_LEN] = { 0 };
419 uint8_t aad[CCM_AAD_LEN] = { 0 };
503 uint8_t aad[CCM_AAD_LEN] = { 0 };
545 uint8_t aad[CCM_AAD_LEN] = { 0 };
587 uint8_t aad[CCM_AAD_LEN] = { 0 };
/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h42 static constexpr int32_t CCM_AAD_LEN = 8; variable