Searched refs:AesDecryptEmptyMsg (Results 1 - 3 of 3) sorted by relevance
/base/security/crypto_framework/test/unittest/include/ |
H A D | aes_common.h | 68 int32_t AesDecryptEmptyMsg(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,
|
/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A D | crypto_aes_ecb_cipher_test.cpp | 876 ret = AesDecryptEmptyMsg(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F() 913 ret = AesDecryptEmptyMsg(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F() 1032 ret = AesDecryptEmptyMsg(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
|
H A D | aes_common.cpp | 424 int32_t AesDecryptEmptyMsg(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in AesDecryptEmptyMsg() function
|
Completed in 3 milliseconds