Home
last modified time | relevance | path

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

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