/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm4_cipher_test.cpp | 86 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 D | crypto_sm4_cfb_cipher_test.cpp | 81 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 D | crypto_sm4_gcm_cipher_test.cpp | 89 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 D | crypto_sm4_ecb_cipher_test.cpp | 80 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 D | sm4_common.cpp | 185 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 D | hcfciphercreate_fuzzer.cpp | 151 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 D | sm4_common.h | 40 int32_t Sm4Decrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,
|