Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Dsm4_common.h32 int32_t Sm4EncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input,
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_ecb_cipher_test.cpp592 ret = Sm4EncryptWithInput(cipher, key, &input, cipherText, &cipherTextLen);
629 ret = Sm4EncryptWithInput(cipher, key, &input, cipherText, &cipherTextLen);
H A Dsm4_common.cpp73 int32_t Sm4EncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, in Sm4EncryptWithInput() function