Lines Matching defs:crp
249 ccr_populate_sglist(struct sglist *sg, struct cryptop *crp) in ccr_populate_sglist()
390 struct cryptop *crp) in ccr_populate_wreq()
434 ccr_hash(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_hash()
561 ccr_hash_done(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp, in ccr_hash_done()
576 ccr_blkcipher(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_blkcipher()
749 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_blkcipher_done()
778 ccr_authenc(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp, in ccr_authenc()
1098 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_authenc_done()
1127 ccr_gcm(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp, in ccr_gcm()
1415 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_gcm_done()
1432 ccr_gcm_soft(struct ccr_session *s, struct cryptop *crp, in ccr_gcm_soft()
1605 ccr_ccm(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp, in ccr_ccm()
1896 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_ccm_done()
1914 ccr_ccm_soft(struct ccr_session *s, struct cryptop *crp, in ccr_ccm_soft()
2569 ccr_process(device_t dev, struct cryptop *crp, int hint) in ccr_process()
2763 struct cryptop *crp; in do_cpl6_fw_pld() local