Home
last modified time | relevance | path

Searched refs:ConvertSymKey (Results 1 - 5 of 5) sorted by relevance

/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h49 int32_t ConvertSymKey(const char *algoName, HcfSymKey **key);
/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_ecb_cipher_test.cpp207 ret = ConvertSymKey("AES128", &key); in HWTEST_F()
393 ret = ConvertSymKey("AES128", &key); in HWTEST_F()
395 LOGE("ConvertSymKey failed!"); in HWTEST_F()
440 ret = ConvertSymKey("AES128", &key); in HWTEST_F()
442 LOGE("ConvertSymKey failed!"); in HWTEST_F()
H A Dcrypto_aes_ctr_cipher_test.cpp362 ret = ConvertSymKey("AES128", &key); in HWTEST_F()
364 LOGE("ConvertSymKey failed!"); in HWTEST_F()
H A Dcrypto_aes_cbc_cipher_test.cpp368 ret = ConvertSymKey("AES128", &key); in HWTEST_F()
370 LOGE("ConvertSymKey failed!"); in HWTEST_F()
H A Daes_common.cpp64 int32_t ConvertSymKey(const char *algoName, HcfSymKey **key) in ConvertSymKey() function

Completed in 5 milliseconds