Searched refs:Sm4DecryptEmptyMsg (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/include/ |
H A D | sm4_common.h | 36 int32_t Sm4DecryptEmptyMsg(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params,
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm4_ecb_cipher_test.cpp | 598 ret = Sm4DecryptEmptyMsg(cipher, key, nullptr, cipherText, cipherTextLen); 635 ret = Sm4DecryptEmptyMsg(cipher, key, nullptr, cipherText, cipherTextLen);
|
H A D | sm4_common.cpp | 116 int32_t Sm4DecryptEmptyMsg(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in Sm4DecryptEmptyMsg() function
|