Searched refs:Sm4EncryptWithInput (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/include/ |
H A D | sm4_common.h | 32 int32_t Sm4EncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input,
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm4_ecb_cipher_test.cpp | 592 ret = Sm4EncryptWithInput(cipher, key, &input, cipherText, &cipherTextLen); 629 ret = Sm4EncryptWithInput(cipher, key, &input, cipherText, &cipherTextLen);
|
H A D | sm4_common.cpp | 73 int32_t Sm4EncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, in Sm4EncryptWithInput() function
|