Lines Matching refs:cryptop
431 u_int sgl_len, u_int hash_size, struct cryptop *crp) in ccr_populate_wreq()
476 ccr_hash(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_hash()
600 ccr_hash_done(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp, in ccr_hash_done()
620 ccr_cipher(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_cipher()
783 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_cipher_done()
812 ccr_eta(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_eta()
1106 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_eta_done()
1117 ccr_gcm(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_gcm()
1377 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_gcm_done()
1413 generate_ccm_b0(struct cryptop *crp, u_int hash_size_in_response, in generate_ccm_b0()
1445 ccr_ccm(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_ccm()
1743 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_ccm_done()
1761 ccr_soft_done(struct cryptop *crp) in ccr_soft_done()
1763 struct cryptop *orig; in ccr_soft_done()
1773 ccr_soft(struct ccr_session *s, struct cryptop *crp) in ccr_soft()
1775 struct cryptop *new; in ccr_soft()
2523 ccr_process(device_t dev, struct cryptop *crp, int hint) in ccr_process()
2655 struct cryptop *crp; in do_cpl6_fw_pld()
2664 crp = (struct cryptop *)(uintptr_t)be64toh(cpl->data[1]); in do_cpl6_fw_pld()