Home
last modified time | relevance | path

Searched defs:aectx (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dccm.c21 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()
A Dgcm.c18 struct crypto_authenc_ctx aectx; member
25 static struct tee_gcm_state *to_tee_gcm_state(struct crypto_authenc_ctx *aectx) in to_tee_gcm_state()
45 static void crypto_aes_gcm_free_ctx(struct crypto_authenc_ctx *aectx) in crypto_aes_gcm_free_ctx()
60 static TEE_Result crypto_aes_gcm_init(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_init()
90 static TEE_Result crypto_aes_gcm_update_aad(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_update_aad()
105 crypto_aes_gcm_update_payload(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_update_payload()
141 static TEE_Result crypto_aes_gcm_enc_final(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_enc_final()
171 static TEE_Result crypto_aes_gcm_dec_final(struct crypto_authenc_ctx *aectx, in crypto_aes_gcm_dec_final()
205 static void crypto_aes_gcm_final(struct crypto_authenc_ctx *aectx) in crypto_aes_gcm_final()

Completed in 5 milliseconds