Home
last modified time | relevance | path

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

/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_cfb_cipher_test.cpp683 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 Dcrypto_aes_ctr_cipher_test.cpp230 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 Dcrypto_aes_cbc_cipher_test.cpp230 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 Dcrypto_aes_ofb_cipher_test.cpp229 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 Dcrypto_aes_ccm_cipher_test.cpp235 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 Dcrypto_aes_ecb_cipher_test.cpp271 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 Dcrypto_aes_gcm_cipher_test.cpp239 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 Daes_common.cpp449 int32_t AesNoUpdateEncrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in AesNoUpdateEncrypt() function
/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h70 int32_t AesNoUpdateEncrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,

Completed in 10 milliseconds