Searched refs:AesEncryptWithInput (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/include/ |
H A D | aes_common.h | 58 int32_t AesEncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input,
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A D | crypto_aes_ecb_cipher_test.cpp | 870 ret = AesEncryptWithInput(cipher, key, &input, cipherText, &cipherTextLen); 907 ret = AesEncryptWithInput(cipher, key, &input, cipherText, &cipherTextLen);
|
H A D | aes_common.cpp | 257 int32_t AesEncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, in AesEncryptWithInput() function
|