Lines Matching defs:cryp

107 	struct mtk_cryp *cryp;  member
153 static inline u32 mtk_aes_read(struct mtk_cryp *cryp, u32 offset) in mtk_aes_read()
158 static inline void mtk_aes_write(struct mtk_cryp *cryp, in mtk_aes_write()
166 struct mtk_cryp *cryp = NULL; in mtk_aes_find_dev() local
245 static inline int mtk_aes_complete(struct mtk_cryp *cryp, in mtk_aes_complete()
260 static int mtk_aes_xmit(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_xmit()
322 static void mtk_aes_unmap(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_unmap()
354 static int mtk_aes_map(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_map()
397 static void mtk_aes_info_init(struct mtk_cryp *cryp, struct mtk_aes_rec *aes, in mtk_aes_info_init()
446 static int mtk_aes_dma(struct mtk_cryp *cryp, struct mtk_aes_rec *aes, in mtk_aes_dma()
492 static int mtk_aes_handle_queue(struct mtk_cryp *cryp, u8 id, in mtk_aes_handle_queue()
530 static int mtk_aes_transfer_complete(struct mtk_cryp *cryp, in mtk_aes_transfer_complete()
536 static int mtk_aes_start(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_start()
553 static int mtk_aes_ctr_transfer(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_ctr_transfer()
602 static int mtk_aes_ctr_start(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_ctr_start()
650 struct mtk_cryp *cryp; in mtk_aes_crypt() local
831 static int mtk_aes_gcm_tag_verify(struct mtk_cryp *cryp, in mtk_aes_gcm_tag_verify()
841 static void mtk_aes_gcm_info_init(struct mtk_cryp *cryp, in mtk_aes_gcm_info_init()
879 static int mtk_aes_gcm_dma(struct mtk_cryp *cryp, struct mtk_aes_rec *aes, in mtk_aes_gcm_dma()
922 static int mtk_aes_gcm_start(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_gcm_start()
952 struct mtk_cryp *cryp; in mtk_aes_gcm_crypt() local
1093 struct mtk_cryp *cryp = aes->cryp; in mtk_aes_done_task() local
1102 struct mtk_cryp *cryp = aes->cryp; in mtk_aes_irq() local
1125 static int mtk_aes_record_init(struct mtk_cryp *cryp) in mtk_aes_record_init()
1166 static void mtk_aes_record_free(struct mtk_cryp *cryp) in mtk_aes_record_free()
1212 int mtk_cipher_alg_register(struct mtk_cryp *cryp) in mtk_cipher_alg_register()
1263 void mtk_cipher_alg_release(struct mtk_cryp *cryp) in mtk_cipher_alg_release()