| /netbsd-src/sys/dev/pci/qat/ |
| H A D | qat_hw17var.h | 76 struct qat_sym_cookie *, struct cryptodesc *, 77 struct cryptodesc *, bus_addr_t);
|
| H A D | qat_hw15var.h | 101 struct qat_sym_cookie *, struct cryptodesc *, 102 struct cryptodesc *, bus_addr_t);
|
| H A D | qat_hw17.c | 486 struct cryptodesc *crde, struct cryptodesc *crda, bus_addr_t icv_paddr) in qat_hw17_crypto_setup_req_params()
|
| H A D | qat_hw15.c | 724 struct cryptodesc *crde, struct cryptodesc *crda, bus_addr_t icv_paddr) in qat_hw15_crypto_setup_req_params()
|
| H A D | qatvar.h | 720 struct qat_sym_cookie *, struct cryptodesc *, struct cryptodesc *,
|
| H A D | qat.c | 344 struct cryptodesc *, struct qat_crypto_desc const *); 1578 struct cryptodesc *crde, struct qat_crypto_desc const *desc) in qat_crypto_load_iv() 1628 struct cryptodesc *crd, *crda = NULL, *crde = NULL; in qat_crypto_process()
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A 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/ |
| H A D | cryptodev.h | 434 struct cryptodesc { struct 454 struct cryptodesc *crd_next; argument 495 struct cryptodesc *crp_desc; /* Linked list of processing descriptors */
|
| H A 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()
|
| H A D | cryptosoft.h | 59 int swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd,
|
| H A 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()
|
| H A 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/ |
| H A 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()
|
| H A D | xform_ipcomp.c | 142 struct cryptodesc *crdc; in ipcomp_input() 361 struct cryptodesc *crdc; in ipcomp_output()
|
| H A D | xform_ah.c | 531 struct cryptodesc *crda; in ah_input() 886 struct cryptodesc *crda; in ah_output()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | hifn7751var.h | 283 struct cryptodesc *enccrd, *maccrd, *compcrd;
|
| H A 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()
|
| H A D | ubsec.c | 1143 struct cryptodesc *crd1, *crd2, *maccrd, *enccrd; in ubsec_process() 1785 struct cryptodesc *crd; in ubsec_callback()
|
| /netbsd-src/sys/arch/arm/sunxi/ |
| H A D | sun8i_crypto.c | 253 static u_int sun8i_crypto_ivlen(const struct cryptodesc *); 2067 sun8i_crypto_ivlen(const struct cryptodesc *crd) in sun8i_crypto_ivlen() 2114 struct cryptodesc *crd = crp->crp_desc; in sun8i_crypto_process() 2530 struct cryptodesc *crd __diagused = crp->crp_desc; in sun8i_crypto_callback()
|
| /netbsd-src/sys/arch/i386/pci/ |
| H A D | glxsb.c | 444 struct cryptodesc *crd; in glxsb_crypto_process()
|
| /netbsd-src/sys/dev/marvell/ |
| H A D | mvcesa.c | 348 struct cryptodesc *crd; in mvcesa_process()
|
| H A 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()
|