Home
last modified time | relevance | path

Searched refs:Sm4DecryptEmptyMsg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Dsm4_common.h36 int32_t Sm4DecryptEmptyMsg(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_ecb_cipher_test.cpp598 ret = Sm4DecryptEmptyMsg(cipher, key, nullptr, cipherText, cipherTextLen);
635 ret = Sm4DecryptEmptyMsg(cipher, key, nullptr, cipherText, cipherTextLen);
H A Dsm4_common.cpp116 int32_t Sm4DecryptEmptyMsg(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in Sm4DecryptEmptyMsg() function