Home
last modified time | relevance | path

Searched refs:AesDecrypt (Results 1 - 16 of 16) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/include/
H A Dopenssl_aes_helper.h36 int32_t AesDecrypt(const struct HksParamSet *paramSetIn, const struct HksBlob *inData, struct HksBlob *outData,
/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_cfb_cipher_test.cpp83 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
85 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
134 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
136 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
185 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
187 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
237 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
239 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
288 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
290 LOGE("AesDecrypt faile in HWTEST_F()
[all...]
H A Dcrypto_aes_gcm_cipher_test.cpp87 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
89 LOGE("AesDecrypt failed, ret:%d!", ret); in HWTEST_F()
141 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
143 LOGE("AesDecrypt failed, ret:%d!", ret); in HWTEST_F()
195 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
197 LOGE("AesDecrypt failed, ret:%d!", ret); in HWTEST_F()
411 ret = AesDecrypt(cipher, key, &(spec.base), cipherText, cipherTextLen); in HWTEST_F()
413 LOGE("AesDecrypt failed, ret:%d!", ret); in HWTEST_F()
464 ret = AesDecrypt(cipher, key, &(spec.base), cipherText, cipherTextLen); in HWTEST_F()
466 LOGE("AesDecrypt faile in HWTEST_F()
[all...]
H A Dcrypto_aes_ctr_cipher_test.cpp83 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
85 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
134 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
136 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
185 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
187 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
433 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen); in HWTEST_F()
435 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
475 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen); in HWTEST_F()
477 LOGE("AesDecrypt faile in HWTEST_F()
[all...]
H A Dcrypto_aes_cbc_cipher_test.cpp83 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
85 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
134 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
136 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
185 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
187 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
434 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen); in HWTEST_F()
436 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
476 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen); in HWTEST_F()
478 LOGE("AesDecrypt faile in HWTEST_F()
[all...]
H A Dcrypto_aes_ofb_cipher_test.cpp83 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
85 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
134 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
136 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
185 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen); in HWTEST_F()
187 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
431 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen); in HWTEST_F()
433 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
473 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen); in HWTEST_F()
475 LOGE("AesDecrypt faile in HWTEST_F()
[all...]
H A Dcrypto_aes_ecb_cipher_test.cpp85 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
87 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
136 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
138 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
181 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
183 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
231 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
233 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
501 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
503 LOGE("AesDecrypt faile in HWTEST_F()
[all...]
H A Dcrypto_aes_ccm_cipher_test.cpp86 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
88 LOGE("AesDecrypt failed!"); in HWTEST_F()
139 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
141 LOGE("AesDecrypt failed!"); in HWTEST_F()
192 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen); in HWTEST_F()
194 LOGE("AesDecrypt failed!"); in HWTEST_F()
405 ret = AesDecrypt(cipher, key, &(spec.base), cipherText, cipherTextLen); in HWTEST_F()
407 LOGE("AesDecrypt failed!"); in HWTEST_F()
457 ret = AesDecrypt(cipher, key, &(spec.base), cipherText, cipherTextLen); in HWTEST_F()
459 LOGE("AesDecrypt faile in HWTEST_F()
[all...]
H A Dcrypto_aes_cipher_test.cpp702 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
704 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
739 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
741 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
776 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen); in HWTEST_F()
778 LOGE("AesDecrypt failed! %d", ret); in HWTEST_F()
H A Daes_common.cpp345 int32_t AesDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in AesDecrypt() function
/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_cipher_test.cpp96 OH_Crypto_ErrCode AesDecrypt(OH_CryptoSymCipher *cipher, OH_CryptoSymKey *key, OH_CryptoSymCipherParams *params, in AesDecrypt() function
185 ret = AesDecrypt(cipher, symKey, params, cipherText, cipherTextLen); in HWTEST_F()
/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h62 int32_t AesDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
H A Dhcfciphercreate_fuzzer.cpp69 static int32_t AesDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, in AesDecrypt() function
222 (void)AesDecrypt(cipher, key, &input, cipherText, cipherTextLen); in TestAesCipher()
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_aes_helper.c179 int32_t AesDecrypt(const struct HksParamSet *paramSetIn, const struct HksBlob *inData, struct HksBlob *outData, in AesDecrypt() function
H A Dhks_aes_encrypt_mt.cpp481 AesDecrypt(paramInSet, &cipherText, &plainTextDecrypt, &authId), testCaseParams.decryptResult); in RunTestCase()
H A Dhks_aes_key_mt.cpp479 AesDecrypt(paramInSet, &cipherText, &plainTextDecrypt, &symmetricKey), testCaseParams.decryptResult); in RunTestCase()

Completed in 11 milliseconds