Lines Matching defs:cryp

106 	struct mtk_cryp *cryp;  member
154 static inline u32 mtk_aes_read(struct mtk_cryp *cryp, u32 offset) in mtk_aes_read()
159 static inline void mtk_aes_write(struct mtk_cryp *cryp, in mtk_aes_write()
167 struct mtk_cryp *cryp = NULL; in mtk_aes_find_dev() local
262 static inline int mtk_aes_complete(struct mtk_cryp *cryp, in mtk_aes_complete()
277 static int mtk_aes_xmit(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_xmit()
339 static void mtk_aes_unmap(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_unmap()
371 static int mtk_aes_map(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_map()
414 static void mtk_aes_info_init(struct mtk_cryp *cryp, struct mtk_aes_rec *aes, in mtk_aes_info_init()
463 static int mtk_aes_dma(struct mtk_cryp *cryp, struct mtk_aes_rec *aes, in mtk_aes_dma()
509 static int mtk_aes_handle_queue(struct mtk_cryp *cryp, u8 id, in mtk_aes_handle_queue()
547 static int mtk_aes_transfer_complete(struct mtk_cryp *cryp, in mtk_aes_transfer_complete()
553 static int mtk_aes_start(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_start()
570 static int mtk_aes_ctr_transfer(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_ctr_transfer()
620 static int mtk_aes_ctr_start(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_ctr_start()
669 struct mtk_cryp *cryp; in mtk_aes_crypt() local
867 static int mtk_aes_gcm_tag_verify(struct mtk_cryp *cryp, in mtk_aes_gcm_tag_verify()
877 static void mtk_aes_gcm_info_init(struct mtk_cryp *cryp, in mtk_aes_gcm_info_init()
915 static int mtk_aes_gcm_dma(struct mtk_cryp *cryp, struct mtk_aes_rec *aes, in mtk_aes_gcm_dma()
958 static int mtk_aes_gcm_start(struct mtk_cryp *cryp, struct mtk_aes_rec *aes) in mtk_aes_gcm_start()
988 struct mtk_cryp *cryp; in mtk_aes_gcm_crypt() local
1169 struct mtk_cryp *cryp = aes->cryp; in mtk_aes_done_task() local
1178 struct mtk_cryp *cryp = aes->cryp; in mtk_aes_irq() local
1201 static int mtk_aes_record_init(struct mtk_cryp *cryp) in mtk_aes_record_init()
1242 static void mtk_aes_record_free(struct mtk_cryp *cryp) in mtk_aes_record_free()
1288 int mtk_cipher_alg_register(struct mtk_cryp *cryp) in mtk_cipher_alg_register()
1339 void mtk_cipher_alg_release(struct mtk_cryp *cryp) in mtk_cipher_alg_release()