Searched refs:dst_aectx (Results 1 – 2 of 2) sorted by relevance
51 static void crypto_aes_gcm_copy_state(struct crypto_authenc_ctx *dst_aectx, in crypto_aes_gcm_copy_state() argument54 struct tee_gcm_state *dst_ctx = to_tee_gcm_state(dst_aectx); in crypto_aes_gcm_copy_state()
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()