/ohos5.0/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); 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 D | crypto_aes_gcm_cipher_test.cpp | 87 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 D | crypto_aes_ecb_cipher_test.cpp | 85 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 D | crypto_aes_cbc_cipher_test.cpp | 83 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 D | crypto_aes_ctr_cipher_test.cpp | 83 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 D | crypto_aes_ofb_cipher_test.cpp | 83 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 D | crypto_aes_ccm_cipher_test.cpp | 86 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 D | crypto_aes_cipher_test.cpp | 702 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 D | aes_common.cpp | 345 int32_t AesDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in AesDecrypt() function
|
/ohos5.0/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_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 D | openssl_aes_helper.h | 36 int32_t AesDecrypt(const struct HksParamSet *paramSetIn, const struct HksBlob *inData, struct HksBl…
|
/ohos5.0/base/security/crypto_framework/test/unittest/include/ |
H A D | aes_common.h | 62 int32_t AesDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,
|
/ohos5.0/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()
|
/ohos5.0/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 HksBl… 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.decryptResul… in RunTestCase()
|