Home
last modified time | relevance | path

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

/ohos5.0/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);
134 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen);
1335 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
1377 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
1419 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
1462 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
1504 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
1546 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
1588 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
1630 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
[all …]
H A Dcrypto_aes_gcm_cipher_test.cpp87 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
141 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
195 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
411 ret = AesDecrypt(cipher, key, &(spec.base), cipherText, cipherTextLen);
464 ret = AesDecrypt(cipher, key, &(spec.base), cipherText, cipherTextLen);
532 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
714 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
768 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
822 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
877 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
[all …]
H A Dcrypto_aes_ecb_cipher_test.cpp85 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
136 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
181 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
231 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
501 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
537 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
574 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
676 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
713 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
750 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
H A Dcrypto_aes_cbc_cipher_test.cpp83 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen);
134 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen);
185 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen);
434 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
476 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
H A Dcrypto_aes_ctr_cipher_test.cpp83 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen);
134 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen);
185 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen);
433 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
475 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
H A Dcrypto_aes_ofb_cipher_test.cpp83 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen);
134 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen);
185 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&ivSpec, cipherText, cipherTextLen);
431 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
473 ret = AesDecrypt(cipher, key, &(ivSpec.base), cipherText, cipherTextLen);
H A Dcrypto_aes_ccm_cipher_test.cpp86 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
139 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
192 ret = AesDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
405 ret = AesDecrypt(cipher, key, &(spec.base), cipherText, cipherTextLen);
457 ret = AesDecrypt(cipher, key, &(spec.base), cipherText, cipherTextLen);
H A Dcrypto_aes_cipher_test.cpp702 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
739 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
776 ret = AesDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
H A Daes_common.cpp345 int32_t AesDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in AesDecrypt() function
/ohos5.0/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_CryptoSymCipherPa… in AesDecrypt() function
185 ret = AesDecrypt(cipher, symKey, params, cipherText, cipherTextLen);
/ohos5.0/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 HksBl…
/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h62 int32_t AesDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,
/ohos5.0/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()
/ohos5.0/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 HksBl… in AesDecrypt() function
H A Dhks_aes_encrypt_mt.cpp481AesDecrypt(paramInSet, &cipherText, &plainTextDecrypt, &authId), testCaseParams.decryptResult); in RunTestCase()
H A Dhks_aes_key_mt.cpp479AesDecrypt(paramInSet, &cipherText, &plainTextDecrypt, &symmetricKey), testCaseParams.decryptResul… in RunTestCase()