/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A D | crypto_aes_cfb_cipher_test.cpp | 689 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 D | crypto_aes_ctr_cipher_test.cpp | 236 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 D | crypto_aes_cbc_cipher_test.cpp | 236 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 D | crypto_aes_ofb_cipher_test.cpp | 235 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 D | crypto_aes_ccm_cipher_test.cpp | 245 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 D | crypto_aes_ecb_cipher_test.cpp | 277 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 D | crypto_aes_gcm_cipher_test.cpp | 249 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 D | aes_common.cpp | 481 int32_t AesNoUpdateDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in AesNoUpdateDecrypt() function
|
/base/security/crypto_framework/test/unittest/include/ |
H A D | aes_common.h | 72 int32_t AesNoUpdateDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,
|