Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c309 static bool SetAesEncryptParam(EVP_CIPHER_CTX *ctx, const AesGcmParam *aesGcmParam) in SetAesEncryptParam() function
354 if (!SetAesEncryptParam(ctx, aesGcmParam)) { in AesGcmEncrypt()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c422 static bool SetAesEncryptParam(EVP_CIPHER_CTX *ctx, const AesGcmParam *param) in SetAesEncryptParam() function
508 if (!SetAesEncryptParam(ctx, param)) { in AesGcm256Encrypt()