Home
last modified time | relevance | path

Searched refs:cryptodesc (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/arch/x86/x86/
Dvia_padlock.c66 int via_padlock_crypto_swauth(struct cryptop *, struct cryptodesc *,
68 int via_padlock_crypto_encdec(struct cryptop *, struct cryptodesc *,
357 via_padlock_crypto_swauth(struct cryptop *crp, struct cryptodesc *crd, in via_padlock_crypto_swauth()
371 via_padlock_crypto_encdec(struct cryptop *crp, struct cryptodesc *crd, in via_padlock_crypto_encdec()
458 struct cryptodesc *crd; in via_padlock_crypto_process()
/netbsd/src/sys/opencrypto/
Dcryptodev.h434 struct cryptodesc { struct
454 struct cryptodesc *crd_next; argument
495 struct cryptodesc *crp_desc; /* Linked list of processing descriptors */
Dcryptosoft.c73 static int swcr_encdec(struct cryptodesc *, const struct swcr_data *, void *, int);
74 static int swcr_compdec(struct cryptodesc *, const struct swcr_data *, void *, int, int *);
87 swcr_encdec(struct cryptodesc *crd, const struct swcr_data *sw, void *bufv, in swcr_encdec()
465 swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd, in swcr_authcompute()
570 struct cryptodesc *crd, *crda = NULL, *crde = NULL; in swcr_combined()
700 swcr_compdec(struct cryptodesc *crd, const struct swcr_data *sw, in swcr_compdec()
1143 struct cryptodesc *crd; in swcr_process()
Dcryptosoft.h59 int swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd,
Dcrypto.c560 cryptodesc_cache = pool_cache_init(sizeof(struct cryptodesc), in crypto_init0()
1572 struct cryptodesc *crd; in crypto_freereq()
1596 struct cryptodesc *crd; in crypto_getreq()
1628 memset(crd, 0, sizeof(struct cryptodesc)); in crypto_getreq()
Dcryptodev.c457 struct cryptodesc *crde = NULL, *crda = NULL, *crdc = NULL; in cryptodev_op()
1079 struct cryptodesc *crde = NULL, *crda = NULL, *crdc = NULL; in cryptodev_mop()
/netbsd/src/sys/netipsec/
Dxform_esp.c308 struct cryptodesc *crde; in esp_input()
402 struct cryptodesc *crda; in esp_input()
692 struct cryptodesc *crde, *crda; in esp_output()
Dxform_ipcomp.c142 struct cryptodesc *crdc; in ipcomp_input()
361 struct cryptodesc *crdc; in ipcomp_output()
Dxform_ah.c531 struct cryptodesc *crda; in ah_input()
886 struct cryptodesc *crda; in ah_output()
/netbsd/src/sys/dev/pci/
Dhifn7751var.h283 struct cryptodesc *enccrd, *maccrd, *compcrd;
Dhifn7751.c2169 struct cryptodesc *crd1, *crd2, *maccrd, *enccrd; in hifn_process()
2497 struct cryptodesc *crd; in hifn_callback()
2607 struct cryptodesc *crd = crp->crp_desc; in hifn_compression()
Dubsec.c1143 struct cryptodesc *crd1, *crd2, *maccrd, *enccrd; in ubsec_process()
1785 struct cryptodesc *crd; in ubsec_callback()
/netbsd/src/sys/arch/i386/pci/
Dglxsb.c444 struct cryptodesc *crd; in glxsb_crypto_process()
/netbsd/src/sys/dev/marvell/
Dmvcesa.c348 struct cryptodesc *crd; in mvcesa_process()
Dmvxpsec.c216 INLINE int mvxpsec_parse_crd(struct mvxpsec_packet *, struct cryptodesc *);
2293 mvxpsec_parse_crd(struct mvxpsec_packet *mv_p, struct cryptodesc *crd) in mvxpsec_parse_crd()
2414 struct cryptodesc *crd; in mvxpsec_parse_crp()