Searched refs:crypto_aes_gcm_update_aad (Results 1 – 1 of 1) sorted by relevance
91 static TEE_Result crypto_aes_gcm_update_aad(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_update_aad() function129 res = crypto_aes_gcm_update_aad(aectx, NULL, 0); in crypto_aes_gcm_update_payload()213 .update_aad = crypto_aes_gcm_update_aad,