Lines Matching defs:mtk_cryp
120 struct mtk_cryp;
122 typedef int (*mtk_aes_fn)(struct mtk_cryp *cryp, struct mtk_aes_rec *aes);
146 struct mtk_cryp *cryp;
183 struct mtk_cryp *cryp;
196 * struct mtk_cryp - Cryptographic device
210 struct mtk_cryp {
226 int mtk_cipher_alg_register(struct mtk_cryp *cryp);
227 void mtk_cipher_alg_release(struct mtk_cryp *cryp);
228 int mtk_hash_alg_register(struct mtk_cryp *cryp);
229 void mtk_hash_alg_release(struct mtk_cryp *cryp);