Home
last modified time | relevance | path

Searched refs:Sm4Decrypt (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_cipher_test.cpp86 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
133 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
179 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
227 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
274 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
321 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
370 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
417 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
464 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
876 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
[all …]
H A Dcrypto_sm4_cfb_cipher_test.cpp81 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
129 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
177 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
225 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
273 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
321 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
757 ret = Sm4Decrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
824 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
862 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
H A Dcrypto_sm4_gcm_cipher_test.cpp89 ret = Sm4Decrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
143 ret = Sm4Decrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
197 ret = Sm4Decrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
428 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
610 ret = Sm4Decrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
664 ret = Sm4Decrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
718 ret = Sm4Decrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
773 ret = Sm4Decrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
826 ret = Sm4Decrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
878 ret = Sm4Decrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
[all …]
H A Dcrypto_sm4_ecb_cipher_test.cpp80 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
127 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
175 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
746 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
812 ret = Sm4Decrypt(cipher, key, nullptr, cipherText, cipherTextLen);
H A Dsm4_common.cpp185 int32_t Sm4Decrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in Sm4Decrypt() function
/ohos5.0/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
H A Dhcfciphercreate_fuzzer.cpp151 static int32_t Sm4Decrypt(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, in Sm4Decrypt() function
254 (void)Sm4Decrypt(cipher, key, &input, cipherText, cipherTextLen); in TestSm4Cipher()
297 (void)Sm4Decrypt(cipher, key, &input, cipherText, cipherTextLen); in TestSm4GcmCipher()
/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Dsm4_common.h40 int32_t Sm4Decrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,