Searched refs:dst_aectx (Results 1 – 2 of 2) sorted by relevance
52 static void crypto_aes_ccm_copy_state(struct crypto_authenc_ctx *dst_aectx, in crypto_aes_ccm_copy_state() argument55 struct tee_ccm_state *dst_ctx = to_tee_ccm_state(dst_aectx); in crypto_aes_ccm_copy_state()
50 static void crypto_aes_gcm_copy_state(struct crypto_authenc_ctx *dst_aectx, in crypto_aes_gcm_copy_state() argument53 struct tee_gcm_state *dst_ctx = to_tee_gcm_state(dst_aectx); in crypto_aes_gcm_copy_state()
Completed in 3 milliseconds