Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/qat/
H A Dqat_hw17var.h76 struct qat_sym_cookie *, struct cryptodesc *,
77 struct cryptodesc *, bus_addr_t);
H A Dqat_hw15var.h101 struct qat_sym_cookie *, struct cryptodesc *,
102 struct cryptodesc *, bus_addr_t);
H A Dqat_hw17.c486 struct cryptodesc *crde, struct cryptodesc *crda, bus_addr_t icv_paddr) in qat_hw17_crypto_setup_req_params()
H A Dqat_hw15.c724 struct cryptodesc *crde, struct cryptodesc *crda, bus_addr_t icv_paddr) in qat_hw15_crypto_setup_req_params()
H A Dqatvar.h720 struct qat_sym_cookie *, struct cryptodesc *, struct cryptodesc *,
H A Dqat.c344 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 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/
H A Dcryptodev.h434 struct cryptodesc { struct
454 struct cryptodesc *crd_next; argument
495 struct cryptodesc *crp_desc; /* Linked list of processing descriptors */
H A 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()
H A Dcryptosoft.h59 int swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd,
H A 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()
H A 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/
H A Dxform_esp.c308 struct cryptodesc *crde; in esp_input()
402 struct cryptodesc *crda; in esp_input()
692 struct cryptodesc *crde, *crda; in esp_output()
H A Dxform_ipcomp.c142 struct cryptodesc *crdc; in ipcomp_input()
361 struct cryptodesc *crdc; in ipcomp_output()
H A Dxform_ah.c531 struct cryptodesc *crda; in ah_input()
886 struct cryptodesc *crda; in ah_output()
/netbsd-src/sys/dev/pci/
H A Dhifn7751var.h283 struct cryptodesc *enccrd, *maccrd, *compcrd;
H A 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()
H A Dubsec.c1143 struct cryptodesc *crd1, *crd2, *maccrd, *enccrd; in ubsec_process()
1785 struct cryptodesc *crd; in ubsec_callback()
/netbsd-src/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c253 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 Dglxsb.c444 struct cryptodesc *crd; in glxsb_crypto_process()
/netbsd-src/sys/dev/marvell/
H A Dmvcesa.c348 struct cryptodesc *crd; in mvcesa_process()
H A 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()