Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_aes.c138 static int32_t InitAesCryptContext(const char *key, const AesIvMode *iv, AesCryptContext *ctx) in InitAesCryptContext() function
330 ret = InitAesCryptContext(key, iv, aesCryptCxt); in InitAesCryptData()