HomeSort by: relevance | last modified time | path
    Searched refs:cryptodesc (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/dev/pci/qat/
qat_hw17var.h 76 struct qat_sym_cookie *, struct cryptodesc *,
77 struct cryptodesc *, bus_addr_t);
qat_hw15var.h 101 struct qat_sym_cookie *, struct cryptodesc *,
102 struct cryptodesc *, bus_addr_t);
qat_hw17.c 486 struct cryptodesc *crde, struct cryptodesc *crda, bus_addr_t icv_paddr)
qat_hw15.c 724 struct cryptodesc *crde, struct cryptodesc *crda, bus_addr_t icv_paddr)
qatvar.h 720 struct qat_sym_cookie *, struct cryptodesc *, struct cryptodesc *,
qat.c 344 struct cryptodesc *, struct qat_crypto_desc const *);
1578 struct cryptodesc *crde, struct qat_crypto_desc const *desc)
1628 struct cryptodesc *crd, *crda = NULL, *crde = NULL;
  /src/sys/opencrypto/
cryptosoft.h 59 int swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd,
cryptodev.h 434 struct cryptodesc { struct
454 struct cryptodesc *crd_next;
495 struct cryptodesc *crp_desc; /* Linked list of processing descriptors */
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,
465 swcr_authcompute(struct cryptop *crp, struct cryptodesc *crd,
570 struct cryptodesc *crd, *crda = NULL, *crde = NULL;
700 swcr_compdec(struct cryptodesc *crd, const struct swcr_data *sw,
1143 struct cryptodesc *crd;
crypto.c 560 cryptodesc_cache = pool_cache_init(sizeof(struct cryptodesc),
1572 struct cryptodesc *crd;
1596 struct cryptodesc *crd;
1628 memset(crd, 0, sizeof(struct cryptodesc));
cryptodev.c 457 struct cryptodesc *crde = NULL, *crda = NULL, *crdc = NULL;
1079 struct cryptodesc *crde = NULL, *crda = NULL, *crdc = NULL;
  /src/sys/arch/x86/x86/
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,
371 via_padlock_crypto_encdec(struct cryptop *crp, struct cryptodesc *crd,
458 struct cryptodesc *crd;
  /src/sys/dev/pci/
hifn7751var.h 283 struct cryptodesc *enccrd, *maccrd, *compcrd;
hifn7751.c 2169 struct cryptodesc *crd1, *crd2, *maccrd, *enccrd;
2497 struct cryptodesc *crd;
2607 struct cryptodesc *crd = crp->crp_desc;
ubsec.c 1143 struct cryptodesc *crd1, *crd2, *maccrd, *enccrd;
1785 struct cryptodesc *crd;
  /src/sys/netipsec/
xform_ipcomp.c 142 struct cryptodesc *crdc;
361 struct cryptodesc *crdc;
xform_esp.c 308 struct cryptodesc *crde;
402 struct cryptodesc *crda;
692 struct cryptodesc *crde, *crda;
xform_ah.c 531 struct cryptodesc *crda;
886 struct cryptodesc *crda;
  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 253 static u_int sun8i_crypto_ivlen(const struct cryptodesc *);
2067 sun8i_crypto_ivlen(const struct cryptodesc *crd)
2114 struct cryptodesc *crd = crp->crp_desc;
2530 struct cryptodesc *crd __diagused = crp->crp_desc;
  /src/sys/arch/i386/pci/
glxsb.c 444 struct cryptodesc *crd;
  /src/sys/dev/marvell/
mvcesa.c 348 struct cryptodesc *crd;
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)
2414 struct cryptodesc *crd;

Completed in 33 milliseconds