Home
last modified time | relevance | path

Searched refs:AesNoUpdateDecrypt (Results 1 - 9 of 9) sorted by relevance

/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_cfb_cipher_test.cpp689 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
691 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
740 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
742 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
791 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
793 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
843 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
845 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
894 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
896 LOGE("AesNoUpdateDecrypt faile in HWTEST_F()
[all...]
H A Dcrypto_aes_ctr_cipher_test.cpp236 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
238 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
287 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
289 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
338 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
340 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
387 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
H A Dcrypto_aes_cbc_cipher_test.cpp236 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
238 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
287 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
289 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
338 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
340 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
388 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
H A Dcrypto_aes_ofb_cipher_test.cpp235 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
237 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
286 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
288 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
337 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
339 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
385 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
H A Dcrypto_aes_ccm_cipher_test.cpp245 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
247 LOGE("AesNoUpdateDecrypt failed!"); in HWTEST_F()
298 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
300 LOGE("AesNoUpdateDecrypt failed!"); in HWTEST_F()
352 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
354 LOGE("AesNoUpdateDecrypt failed!"); in HWTEST_F()
H A Dcrypto_aes_ecb_cipher_test.cpp277 ret = AesNoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
279 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
322 ret = AesNoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
324 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
367 ret = AesNoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
369 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
417 ret = AesNoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
419 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
460 LOGE("AesNoUpdateDecrypt failed! %d", ret); in HWTEST_F()
H A Dcrypto_aes_gcm_cipher_test.cpp249 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
251 LOGE("AesNoUpdateDecrypt failed, ret:%d!", ret); in HWTEST_F()
303 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
305 LOGE("AesNoUpdateDecrypt failed, ret:%d!", ret); in HWTEST_F()
357 ret = AesNoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
359 LOGE("AesNoUpdateDecrypt failed, ret:%d!", ret); in HWTEST_F()
H A Daes_common.cpp481 int32_t AesNoUpdateDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in AesNoUpdateDecrypt() function
/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h72 int32_t AesNoUpdateDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,

Completed in 9 milliseconds