Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dgcm.c25 static struct tee_gcm_state *to_tee_gcm_state(struct crypto_authenc_ctx *aectx) in to_tee_gcm_state() function
47 free(to_tee_gcm_state(aectx)); in crypto_aes_gcm_free_ctx()
53 struct tee_gcm_state *dst_ctx = to_tee_gcm_state(dst_aectx); in crypto_aes_gcm_copy_state()
54 struct tee_gcm_state *src_ctx = to_tee_gcm_state(src_aectx); in crypto_aes_gcm_copy_state()
69 struct tee_gcm_state *gcm = to_tee_gcm_state(aectx); in crypto_aes_gcm_init()
93 struct tee_gcm_state *gcm = to_tee_gcm_state(aectx); in crypto_aes_gcm_update_aad()
112 struct tee_gcm_state *gcm = to_tee_gcm_state(aectx); in crypto_aes_gcm_update_payload()
147 struct tee_gcm_state *gcm = to_tee_gcm_state(aectx); in crypto_aes_gcm_enc_final()
177 struct tee_gcm_state *gcm = to_tee_gcm_state(aectx); in crypto_aes_gcm_dec_final()
207 gcm_reset(&to_tee_gcm_state(aectx)->ctx); in crypto_aes_gcm_final()

Completed in 2 milliseconds