Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h58 int32_t AesEncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input,
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_ecb_cipher_test.cpp870 ret = AesEncryptWithInput(cipher, key, &input, cipherText, &cipherTextLen);
907 ret = AesEncryptWithInput(cipher, key, &input, cipherText, &cipherTextLen);
H A Daes_common.cpp257 int32_t AesEncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, in AesEncryptWithInput() function