Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c449 static bool DoAesEncrypt(EVP_CIPHER_CTX *ctx, const Buffer *plaintext, Buffer **ciphertext, Buffer … in DoAesEncrypt() function
512 if (!DoAesEncrypt(ctx, plaintext, ciphertext, tag)) { in AesGcm256Encrypt()