Searched defs:aectx (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/libtomcrypt/ |
| H A D | gcm.c | 19 struct crypto_authenc_ctx aectx; member 26 static struct tee_gcm_state *to_tee_gcm_state(struct crypto_authenc_ctx *aectx) in to_tee_gcm_state() 46 static void crypto_aes_gcm_free_ctx(struct crypto_authenc_ctx *aectx) in crypto_aes_gcm_free_ctx() 61 static TEE_Result crypto_aes_gcm_init(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_init() 91 static TEE_Result crypto_aes_gcm_update_aad(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_update_aad() 106 crypto_aes_gcm_update_payload(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_update_payload() 142 static TEE_Result crypto_aes_gcm_enc_final(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_enc_final() 172 static TEE_Result crypto_aes_gcm_dec_final(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_dec_final() 206 static void crypto_aes_gcm_final(struct crypto_authenc_ctx *aectx) in crypto_aes_gcm_final()
|
| H A D | ccm.c | 21 struct crypto_authenc_ctx aectx; member 40 static struct tee_ccm_state *to_tee_ccm_state(struct crypto_authenc_ctx *aectx) in to_tee_ccm_state() 47 static void crypto_aes_ccm_free_ctx(struct crypto_authenc_ctx *aectx) in crypto_aes_ccm_free_ctx() 62 static TEE_Result crypto_aes_ccm_init(struct crypto_authenc_ctx *aectx, in crypto_aes_ccm_init() 110 static TEE_Result crypto_aes_ccm_update_aad(struct crypto_authenc_ctx *aectx, in crypto_aes_ccm_update_aad() 125 crypto_aes_ccm_update_payload(struct crypto_authenc_ctx *aectx, in crypto_aes_ccm_update_payload() 151 static TEE_Result crypto_aes_ccm_enc_final(struct crypto_authenc_ctx *aectx, in crypto_aes_ccm_enc_final() 183 static TEE_Result crypto_aes_ccm_dec_final(struct crypto_authenc_ctx *aectx, in crypto_aes_ccm_dec_final() 217 static void crypto_aes_ccm_final(struct crypto_authenc_ctx *aectx) in crypto_aes_ccm_final()
|