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