Lines Matching refs:crypto_authenc_ctx
420 struct crypto_authenc_ctx aec;
427 to_aes_gcm_ctx(struct crypto_authenc_ctx *aec) in to_aes_gcm_ctx()
434 TEE_Result crypto_aes_gcm_alloc_ctx(struct crypto_authenc_ctx **ctx_ret) in crypto_aes_gcm_alloc_ctx()
447 static void aes_gcm_free_ctx(struct crypto_authenc_ctx *aec) in aes_gcm_free_ctx()
452 static void aes_gcm_copy_state(struct crypto_authenc_ctx *dst_ctx, in aes_gcm_copy_state()
453 struct crypto_authenc_ctx *src_ctx) in aes_gcm_copy_state()
458 static TEE_Result aes_gcm_init(struct crypto_authenc_ctx *aec, in aes_gcm_init()
469 static TEE_Result aes_gcm_update_aad(struct crypto_authenc_ctx *aec, in aes_gcm_update_aad()
476 static TEE_Result aes_gcm_update_payload(struct crypto_authenc_ctx *aec, in aes_gcm_update_payload()
485 static TEE_Result aes_gcm_enc_final(struct crypto_authenc_ctx *aec, in aes_gcm_enc_final()
493 static TEE_Result aes_gcm_dec_final(struct crypto_authenc_ctx *aec, in aes_gcm_dec_final()
502 static void aes_gcm_final(struct crypto_authenc_ctx *aec __unused) in aes_gcm_final()