Home
last modified time | relevance | path

Searched refs:AesDecryptEmptyMsg (Results 1 - 3 of 3) sorted by relevance

/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h68 int32_t AesDecryptEmptyMsg(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,
/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_ecb_cipher_test.cpp876 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 Daes_common.cpp424 int32_t AesDecryptEmptyMsg(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in AesDecryptEmptyMsg() function

Completed in 3 milliseconds