Home
last modified time | relevance | path

Searched defs:testKeyLen (Results 1 – 4 of 4) sorted by relevance

/base/security/crypto_framework/test/unittest/src/
Dcrypto_mac_test.cpp155 uint32_t testKeyLen = 16; variable
195 uint32_t testKeyLen = 16; variable
223 uint32_t testKeyLen = 16; variable
268 uint32_t testKeyLen = 16; variable
306 uint32_t testKeyLen = 16; variable
341 uint32_t testKeyLen = 16; variable
389 uint32_t testKeyLen = 16; variable
415 uint32_t testKeyLen = 16; variable
451 uint32_t testKeyLen = 16; variable
487 uint32_t testKeyLen = 16; variable
[all …]
Dcrypto_sm3_mac_test.cpp150 uint32_t testKeyLen = 16; variable
190 uint32_t testKeyLen = 16; variable
218 uint32_t testKeyLen = 16; variable
263 uint32_t testKeyLen = 16; variable
301 uint32_t testKeyLen = 16; variable
336 uint32_t testKeyLen = 16; variable
384 uint32_t testKeyLen = 16; variable
410 uint32_t testKeyLen = 16; variable
642 uint32_t testKeyLen = sizeof(testKey) / sizeof(testKey[0]); variable
677 uint32_t testKeyLen = 16; variable
/base/security/crypto_framework/test/unittest/src/native/
Dnative_sym_key_test.cpp51 uint32_t testKeyLen = 16; variable
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfmaccreate_fuzzer/
Dhcfmaccreate_fuzzer.cpp58 uint32_t testKeyLen = KEY_LEN; in TestMac() local