/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/include/ |
H A D | openssl_aes_helper.h | 36 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 D | crypto_aes_cfb_cipher_test.cpp | 83 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 D | crypto_aes_gcm_cipher_test.cpp | 87 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 D | crypto_aes_ctr_cipher_test.cpp | 83 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 D | crypto_aes_cbc_cipher_test.cpp | 83 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 D | crypto_aes_ofb_cipher_test.cpp | 83 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 D | crypto_aes_ecb_cipher_test.cpp | 85 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 D | crypto_aes_ccm_cipher_test.cpp | 86 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 D | crypto_aes_cipher_test.cpp | 702 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 D | aes_common.cpp | 345 int32_t AesDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in AesDecrypt() function
|
/base/security/crypto_framework/test/unittest/src/native/ |
H A D | native_sym_cipher_test.cpp | 96 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 D | aes_common.h | 62 int32_t AesDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,
|
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/ |
H A D | hcfciphercreate_fuzzer.cpp | 69 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 D | openssl_aes_helper.c | 179 int32_t AesDecrypt(const struct HksParamSet *paramSetIn, const struct HksBlob *inData, struct HksBlob *outData, in AesDecrypt() function
|
H A D | hks_aes_encrypt_mt.cpp | 481 AesDecrypt(paramInSet, &cipherText, &plainTextDecrypt, &authId), testCaseParams.decryptResult); in RunTestCase()
|
H A D | hks_aes_key_mt.cpp | 479 AesDecrypt(paramInSet, &cipherText, &plainTextDecrypt, &symmetricKey), testCaseParams.decryptResult); in RunTestCase()
|