/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A D | crypto_aes_cfb_cipher_test.cpp | 683 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 685 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 734 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 736 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 785 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 787 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 837 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 839 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 888 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 890 LOGE("AesNoUpdateEncrypt faile in HWTEST_F() [all...] |
H A D | crypto_aes_ctr_cipher_test.cpp | 230 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 232 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 281 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 283 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 332 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 334 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 381 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F()
|
H A D | crypto_aes_cbc_cipher_test.cpp | 230 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 232 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 281 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 283 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 332 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 334 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 382 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F()
|
H A D | crypto_aes_ofb_cipher_test.cpp | 229 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 231 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 280 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 282 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 331 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, &cipherTextLen); in HWTEST_F() 333 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 379 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F()
|
H A D | crypto_aes_ccm_cipher_test.cpp | 235 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F() 237 LOGE("AesNoUpdateEncrypt failed!"); in HWTEST_F() 288 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F() 290 LOGE("AesNoUpdateEncrypt failed!"); in HWTEST_F() 342 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F() 344 LOGE("AesNoUpdateEncrypt failed!"); in HWTEST_F()
|
H A D | crypto_aes_ecb_cipher_test.cpp | 271 ret = AesNoUpdateEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); in HWTEST_F() 273 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 316 ret = AesNoUpdateEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); in HWTEST_F() 318 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 361 ret = AesNoUpdateEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); in HWTEST_F() 363 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 405 ret = AesNoUpdateEncrypt(cipher, key, nullptr, cipherText, &cipherTextLen); in HWTEST_F() 407 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F() 454 LOGE("AesNoUpdateEncrypt failed! %d", ret); in HWTEST_F()
|
H A D | crypto_aes_gcm_cipher_test.cpp | 239 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F() 241 LOGE("AesNoUpdateEncrypt failed, ret:%d!", ret); in HWTEST_F() 293 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F() 295 LOGE("AesNoUpdateEncrypt failed, ret:%d!", ret); in HWTEST_F() 347 ret = AesNoUpdateEncrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F() 349 LOGE("AesNoUpdateEncrypt failed, ret:%d!", ret); in HWTEST_F()
|
H A D | aes_common.cpp | 449 int32_t AesNoUpdateEncrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in AesNoUpdateEncrypt() function
|
/base/security/crypto_framework/test/unittest/include/ |
H A D | aes_common.h | 70 int32_t AesNoUpdateEncrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,
|