Home
last modified time | relevance | path

Searched refs:Sm4NoUpdateDecrypt (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_cfb_cipher_test.cpp368 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
416 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
464 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
512 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
560 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
607 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
H A Dcrypto_sm4_cipher_test.cpp512 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
559 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
607 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
655 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
704 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
751 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
H A Dcrypto_sm4_ecb_cipher_test.cpp222 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
269 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
317 ret = Sm4NoUpdateDecrypt(cipher, key, nullptr, cipherText, cipherTextLen);
H A Dcrypto_sm4_gcm_cipher_test.cpp251 ret = Sm4NoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
305 ret = Sm4NoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
359 ret = Sm4NoUpdateDecrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, cipherTextLen);
H A Dsm4_common.cpp262 int32_t Sm4NoUpdateDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in Sm4NoUpdateDecrypt() function
/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Dsm4_common.h44 int32_t Sm4NoUpdateDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,