Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dgcm.c91 static TEE_Result crypto_aes_gcm_update_aad(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_update_aad() function
129 res = crypto_aes_gcm_update_aad(aectx, NULL, 0); in crypto_aes_gcm_update_payload()
213 .update_aad = crypto_aes_gcm_update_aad,