cryptop            97 arch/i386/i386/via.c int viac3_crypto_process(struct cryptop *);
cryptop            98 arch/i386/i386/via.c int viac3_crypto_swauth(struct cryptop *, struct cryptodesc *,
cryptop           100 arch/i386/i386/via.c int viac3_crypto_encdec(struct cryptop *, struct cryptodesc *,
cryptop           342 arch/i386/i386/via.c viac3_crypto_swauth(struct cryptop *crp, struct cryptodesc *crd,
cryptop           356 arch/i386/i386/via.c viac3_crypto_encdec(struct cryptop *crp, struct cryptodesc *crd,
cryptop           458 arch/i386/i386/via.c viac3_crypto_process(struct cryptop *crp)
cryptop           198 arch/i386/pci/glxsb.c int glxsb_crypto_process(struct cryptop *);
cryptop           569 arch/i386/pci/glxsb.c glxsb_crypto_swauth(struct cryptop *crp, struct cryptodesc *crd,
cryptop           583 arch/i386/pci/glxsb.c glxsb_crypto_encdec(struct cryptop *crp, struct cryptodesc *crd,
cryptop           717 arch/i386/pci/glxsb.c glxsb_crypto_process(struct cryptop *crp)
cryptop            37 crypto/crypto.c struct cryptop *crp_req_queue = NULL;
cryptop            38 crypto/crypto.c struct cryptop **crp_req_queue_tail = NULL;
cryptop           319 crypto/crypto.c     int (*freeses)(u_int64_t), int (*process)(struct cryptop *))
cryptop           406 crypto/crypto.c crypto_dispatch(struct cryptop *crp)
cryptop           504 crypto/crypto.c crypto_invoke(struct cryptop *crp)
cryptop           569 crypto/crypto.c crypto_freereq(struct cryptop *crp)
cryptop           591 crypto/crypto.c struct cryptop *
cryptop           595 crypto/crypto.c 	struct cryptop *crp;
cryptop           601 crypto/crypto.c 		pool_init(&cryptop_pool, sizeof(struct cryptop), 0, 0,
cryptop           613 crypto/crypto.c 	bzero(crp, sizeof(struct cryptop));
cryptop           638 crypto/crypto.c 	struct cryptop *crp;
cryptop           669 crypto/crypto.c crypto_done(struct cryptop *crp)
cryptop           116 crypto/cryptodev.c int	cryptodev_cb(struct cryptop *);
cryptop           306 crypto/cryptodev.c 	struct cryptop *crp = NULL;
cryptop           472 crypto/cryptodev.c cryptodev_cb(struct cryptop *crp)
cryptop           144 crypto/cryptodev.h struct cryptop {
cryptop           172 crypto/cryptodev.h 	int (*crp_callback)(struct cryptop *); /* Callback function */
cryptop           174 crypto/cryptodev.h 	struct cryptop	*crp_next;
cryptop           247 crypto/cryptodev.h 	int		(*cc_process) (struct cryptop *);
cryptop           302 crypto/cryptodev.h int	crypto_dispatch(struct cryptop *);
cryptop           306 crypto/cryptodev.h 	    int (*)(struct cryptop *));
cryptop           311 crypto/cryptodev.h int	crypto_invoke(struct cryptop *);
cryptop           313 crypto/cryptodev.h void	crypto_done(struct cryptop *);
cryptop           323 crypto/cryptodev.h struct	cryptop *crypto_getreq(int);
cryptop           324 crypto/cryptodev.h void	crypto_freereq(struct cryptop *);
cryptop           383 crypto/cryptosoft.c swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd,
cryptop           832 crypto/cryptosoft.c swcr_process(struct cryptop *crp)
cryptop            64 crypto/cryptosoft.h int	swcr_authcompute(struct cryptop *, struct cryptodesc *, struct swcr_data *,
cryptop            67 crypto/cryptosoft.h int	swcr_process(struct cryptop *);
cryptop            99 dev/pci/hifn7751.c int	hifn_process(struct cryptop *);
cryptop           102 dev/pci/hifn7751.c     struct cryptop *);
cryptop           115 dev/pci/hifn7751.c int	hifn_compression(struct hifn_softc *, struct cryptop *,
cryptop          1378 dev/pci/hifn7751.c     struct cryptop *crp)
cryptop          1931 dev/pci/hifn7751.c hifn_process(struct cryptop *crp)
cryptop          2189 dev/pci/hifn7751.c 	struct cryptop *crp;
cryptop          2256 dev/pci/hifn7751.c 	struct cryptop *crp = cmd->crp;
cryptop          2384 dev/pci/hifn7751.c hifn_compression(struct hifn_softc *sc, struct cryptop *crp,
cryptop          2617 dev/pci/hifn7751.c 	struct cryptop *crp = cmd->crp;
cryptop           268 dev/pci/hifn7751var.h 	struct cryptop *crp;
cryptop            77 dev/pci/ises.c int	ises_process(struct cryptop *);
cryptop          1137 dev/pci/ises.c ises_process(struct cryptop *crp)
cryptop          1464 dev/pci/ises.c 	struct cryptop *crp = (struct cryptop *)q->q_crp;
cryptop            67 dev/pci/isesvar.h 	struct cryptop		*q_crp;
cryptop            92 dev/pci/noct.c     struct cryptop *, struct cryptodesc *);
cryptop            94 dev/pci/noct.c     struct cryptop *, struct cryptodesc *);
cryptop            97 dev/pci/noct.c int noct_process(struct cryptop *);
cryptop           877 dev/pci/noct.c 	struct cryptop *crp;
cryptop           961 dev/pci/noct.c 	struct cryptop *crp;
cryptop          1002 dev/pci/noct.c 	struct cryptop *crp;
cryptop          1111 dev/pci/noct.c 	struct cryptop *crp;
cryptop          1857 dev/pci/noct.c 	struct cryptop *crp;
cryptop            50 dev/pci/noctvar.h 	struct cryptop			*q_crp;
cryptop            85 dev/pci/safe.c int safe_process(struct cryptop *);
cryptop           322 dev/pci/safe.c safe_process(struct cryptop *crp)
cryptop          1506 dev/pci/safe.c 	struct cryptop *crp;
cryptop          1514 dev/pci/safe.c 	crp = (struct cryptop *)re->re_crp;
cryptop          1637 dev/pci/safe.c 	struct cryptop *crp = (struct cryptop *)re->re_crp;
cryptop           109 dev/pci/safevar.h 	struct cryptop		*re_crp;	/* crypto operation */
cryptop            87 dev/pci/ubsec.c int	ubsec_process(struct cryptop *);
cryptop           712 dev/pci/ubsec.c ubsec_process(struct cryptop *crp)
cryptop          1219 dev/pci/ubsec.c 	struct cryptop *crp = (struct cryptop *)q->q_crp;
cryptop          1641 dev/pci/ubsec.c 	struct cryptop *crp;
cryptop          1654 dev/pci/ubsec.c 			crp = (struct cryptop *)q2->q_crp;
cryptop          1671 dev/pci/ubsec.c 	crp = (struct cryptop *)q->q_crp;
cryptop           135 dev/pci/ubsecvar.h 	struct cryptop			*q_crp;
cryptop           131 dev/softraid.c struct cryptop *	sr_raidc_getcryptop(struct sr_workunit *, int);
cryptop           132 dev/softraid.c void *			sr_raidc_putcryptop(struct cryptop *);
cryptop           136 dev/softraid.c int			sr_raidc_rw2(struct cryptop *);
cryptop           138 dev/softraid.c int			sr_raidc_intr2(struct cryptop *);
cryptop          2902 dev/softraid.c struct cryptop *
cryptop          2907 dev/softraid.c 	struct cryptop		*crp;
cryptop          2954 dev/softraid.c sr_raidc_putcryptop(struct cryptop *crp)
cryptop          3021 dev/softraid.c 	struct cryptop		*crp;
cryptop          3035 dev/softraid.c sr_raidc_rw2(struct cryptop *crp)
cryptop          3216 dev/softraid.c 	struct cryptop		*crp;
cryptop          3235 dev/softraid.c sr_raidc_intr2(struct cryptop *crp)
cryptop           552 netinet/ip_ah.c 	struct cryptop *crp;
cryptop           718 netinet/ip_ah.c 	crp->crp_callback = (int (*) (struct cryptop *)) ah_input_cb;
cryptop           748 netinet/ip_ah.c 	struct cryptop *crp;
cryptop           755 netinet/ip_ah.c 	crp = (struct cryptop *) op;
cryptop           989 netinet/ip_ah.c 	struct cryptop *crp;
cryptop          1251 netinet/ip_ah.c 	crp->crp_callback = (int (*) (struct cryptop *)) ah_output_cb;
cryptop          1276 netinet/ip_ah.c 	struct cryptop *crp;
cryptop          1282 netinet/ip_ah.c 	crp = (struct cryptop *) op;
cryptop           299 netinet/ip_esp.c 	struct cryptop *crp;
cryptop           450 netinet/ip_esp.c 	crp->crp_callback = (int (*) (struct cryptop *)) esp_input_cb;
cryptop           501 netinet/ip_esp.c 	struct cryptop *crp;
cryptop           507 netinet/ip_esp.c 	crp = (struct cryptop *) op;
cryptop           739 netinet/ip_esp.c 	struct cryptop *crp;
cryptop           983 netinet/ip_esp.c 	crp->crp_callback = (int (*) (struct cryptop *)) esp_output_cb;
cryptop          1011 netinet/ip_esp.c 	struct cryptop *crp = (struct cryptop *) op;
cryptop           153 netinet/ip_ipcomp.c 	struct cryptop *crp;
cryptop           191 netinet/ip_ipcomp.c 	crp->crp_callback = (int (*) (struct cryptop *)) ipcomp_input_cb;
cryptop           218 netinet/ip_ipcomp.c 	struct cryptop *crp;
cryptop           223 netinet/ip_ipcomp.c 	crp = (struct cryptop *) op;
cryptop           387 netinet/ip_ipcomp.c 	struct cryptop *crp;
cryptop           538 netinet/ip_ipcomp.c 	crp->crp_callback = (int (*) (struct cryptop *)) ipcomp_output_cb;
cryptop           552 netinet/ip_ipcomp.c 	struct cryptop *crp = (struct cryptop *) cp;