Searched defs:aec (Results 1 – 1 of 1) sorted by relevance
422 struct crypto_authenc_ctx aec; member429 to_aes_gcm_ctx(struct crypto_authenc_ctx *aec) in to_aes_gcm_ctx()449 static void aes_gcm_free_ctx(struct crypto_authenc_ctx *aec) in aes_gcm_free_ctx()460 static TEE_Result aes_gcm_init(struct crypto_authenc_ctx *aec, in aes_gcm_init()471 static TEE_Result aes_gcm_update_aad(struct crypto_authenc_ctx *aec, in aes_gcm_update_aad()478 static TEE_Result aes_gcm_update_payload(struct crypto_authenc_ctx *aec, in aes_gcm_update_payload()487 static TEE_Result aes_gcm_enc_final(struct crypto_authenc_ctx *aec, in aes_gcm_enc_final()495 static TEE_Result aes_gcm_dec_final(struct crypto_authenc_ctx *aec, in aes_gcm_dec_final()
Completed in 4 milliseconds