Searched refs:cryptodesc (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/sys/arch/x86/x86/ |
| D | via_padlock.c | 66 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/ |
| D | cryptodev.h | 434 struct cryptodesc { struct 454 struct cryptodesc *crd_next; argument 495 struct cryptodesc *crp_desc; /* Linked list of processing descriptors */
|
| D | cryptosoft.c | 73 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()
|
| D | cryptosoft.h | 59 int swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd,
|
| D | crypto.c | 560 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()
|
| D | cryptodev.c | 457 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/ |
| D | xform_esp.c | 308 struct cryptodesc *crde; in esp_input() 402 struct cryptodesc *crda; in esp_input() 692 struct cryptodesc *crde, *crda; in esp_output()
|
| D | xform_ipcomp.c | 142 struct cryptodesc *crdc; in ipcomp_input() 361 struct cryptodesc *crdc; in ipcomp_output()
|
| D | xform_ah.c | 531 struct cryptodesc *crda; in ah_input() 886 struct cryptodesc *crda; in ah_output()
|
| /netbsd/src/sys/dev/pci/ |
| D | hifn7751var.h | 283 struct cryptodesc *enccrd, *maccrd, *compcrd;
|
| D | hifn7751.c | 2169 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()
|
| D | ubsec.c | 1143 struct cryptodesc *crd1, *crd2, *maccrd, *enccrd; in ubsec_process() 1785 struct cryptodesc *crd; in ubsec_callback()
|
| /netbsd/src/sys/arch/i386/pci/ |
| D | glxsb.c | 444 struct cryptodesc *crd; in glxsb_crypto_process()
|
| /netbsd/src/sys/dev/marvell/ |
| D | mvcesa.c | 348 struct cryptodesc *crd; in mvcesa_process()
|
| D | mvxpsec.c | 216 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()
|