Home
last modified time | relevance | path

Searched refs:to_tee_ccm_state (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dccm.c40 static struct tee_ccm_state *to_tee_ccm_state(struct crypto_authenc_ctx *aectx) in to_tee_ccm_state() function
49 free(to_tee_ccm_state(aectx)); in crypto_aes_ccm_free_ctx()
55 struct tee_ccm_state *dst_ctx = to_tee_ccm_state(dst_aectx); in crypto_aes_ccm_copy_state()
56 struct tee_ccm_state *src_ctx = to_tee_ccm_state(src_aectx); in crypto_aes_ccm_copy_state()
71 struct tee_ccm_state *ccm = to_tee_ccm_state(aectx); in crypto_aes_ccm_init()
113 struct tee_ccm_state *ccm = to_tee_ccm_state(aectx); in crypto_aes_ccm_update_aad()
131 struct tee_ccm_state *ccm = to_tee_ccm_state(aectx); in crypto_aes_ccm_update_payload()
158 struct tee_ccm_state *ccm = to_tee_ccm_state(aectx); in crypto_aes_ccm_enc_final()
189 struct tee_ccm_state *ccm = to_tee_ccm_state(aectx); in crypto_aes_ccm_dec_final()
219 ccm_reset(&to_tee_ccm_state(aectx)->ctx); in crypto_aes_ccm_final()

Completed in 2 milliseconds