Searched refs:__gcm_dec_final (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/crypto/ |
A D | aes-gcm.c | 318 static TEE_Result __gcm_dec_final(struct internal_aes_gcm_state *state, in __gcm_dec_final() function 342 return __gcm_dec_final(&ctx->state, &ctx->key, src, len, dst, tag, in internal_aes_gcm_dec_final() 413 return __gcm_dec_final(&state, enc_key, src, len, dst, tag, tag_len); in internal_aes_gcm_dec()
|
/optee_os/out/arm/core/ |
A D | tee.dmp | 24127 __gcm_dec_final(): 24133 __gcm_dec_final():
|
Completed in 474 milliseconds