Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Daes-gcm.c140 static TEE_Result __gcm_update_aad(struct internal_aes_gcm_state *state, in __gcm_update_aad() function
186 return __gcm_update_aad(&ctx->state, data, len); in internal_aes_gcm_update_aad()
385 res = __gcm_update_aad(&state, aad, aad_len); in internal_aes_gcm_enc()
408 res = __gcm_update_aad(&state, aad, aad_len); in internal_aes_gcm_dec()

Completed in 3 milliseconds