Searched refs:cryptodesc (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-9.3-release/sys/dev/glxsb/
H A Dglxsb.h53 struct cryptodesc *maccrd, struct cryptop *crp);
H A Dglxsb_hash.c82 glxsb_authcompute(struct glxsb_session *ses, struct cryptodesc *crd,
156 glxsb_hash_process(struct glxsb_session *ses, struct cryptodesc *maccrd,
H A Dglxsb.c175 struct cryptodesc *to_enccrd; /* enccrd to perform */
176 struct cryptodesc *to_maccrd; /* maccrd to perform */
216 static int glxsb_crypto_encdec(struct cryptop *, struct cryptodesc *,
716 glxsb_crypto_encdec(struct cryptop *crp, struct cryptodesc *crd,
825 struct cryptodesc *enccrd, *maccrd;
865 struct cryptodesc *crd, *enccrd, *maccrd;
/freebsd-9.3-release/sys/crypto/via/
H A Dpadlock.h87 struct cryptodesc *enccrd, struct cryptop *crp);
91 struct cryptodesc *maccrd, struct cryptop *crp);
H A Dpadlock_cipher.c169 padlock_cipher_alloc(struct cryptodesc *enccrd, struct cryptop *crp,
201 padlock_cipher_process(struct padlock_session *ses, struct cryptodesc *enccrd,
H A Dpadlock_hash.c282 padlock_authcompute(struct padlock_session *ses, struct cryptodesc *crd,
365 padlock_hash_process(struct padlock_session *ses, struct cryptodesc *maccrd,
/freebsd-9.3-release/sys/crypto/aesni/
H A Daesni.h100 struct cryptodesc *enccrd, struct cryptop *crp);
102 uint8_t *aesni_cipher_alloc(struct cryptodesc *enccrd, struct cryptop *crp,
H A Daesni.c240 struct cryptodesc *crd, *enccrd;
296 aesni_cipher_alloc(struct cryptodesc *enccrd, struct cryptop *crp,
H A Daesni_wrap.c246 aesni_cipher_process(struct aesni_session *ses, struct cryptodesc *enccrd,
/freebsd-9.3-release/sys/dev/cesa/
H A Dcesa.h201 struct cryptodesc *cr_enc;
202 struct cryptodesc *cr_mac;
266 struct cryptodesc *cci_enc;
267 struct cryptodesc *cci_mac;
/freebsd-9.3-release/sys/opencrypto/
H A Dcryptodev.h284 struct cryptodesc { struct
304 struct cryptodesc *crd_next;
337 struct cryptodesc *crp_desc; /* Linked list of processing descriptors */
H A Dcryptosoft.c61 static int swcr_encdec(struct cryptodesc *, struct swcr_data *, caddr_t, int);
62 static int swcr_authcompute(struct cryptodesc *, struct swcr_data *, caddr_t, int);
63 static int swcr_compdec(struct cryptodesc *, struct swcr_data *, caddr_t, int);
70 swcr_encdec(struct cryptodesc *crd, struct swcr_data *sw, caddr_t buf,
514 swcr_authcompute(struct cryptodesc *crd, struct swcr_data *sw, caddr_t buf,
585 swcr_compdec(struct cryptodesc *crd, struct swcr_data *sw,
965 struct cryptodesc *crd;
H A Dcrypto.c209 cryptodesc_zone = uma_zcreate("cryptodesc", sizeof (struct cryptodesc),
1018 struct cryptodesc *crd;
1055 struct cryptodesc *crd;
1094 struct cryptodesc *crd;
/freebsd-9.3-release/sys/dev/sec/
H A Dsec.c92 static int sec_split_crp(struct cryptop *crp, struct cryptodesc **enc,
93 struct cryptodesc **mac);
96 struct cryptodesc *enc, int buftype);
99 struct cryptodesc *enc, struct cryptodesc *mac, int buftype);
120 static int sec_mdeu_config(struct cryptodesc *crd,
1200 sec_split_crp(struct cryptop *crp, struct cryptodesc **enc,
1201 struct cryptodesc **mac)
1203 struct cryptodesc *e, *m, *t;
1359 struct cryptodesc *ma
[all...]
/freebsd-9.3-release/sys/geom/eli/
H A Dg_eli_integrity.c364 size += sizeof(struct cryptodesc) * nsec * 2;
411 struct cryptodesc *crde, *crda;
464 crde = (struct cryptodesc *)p; p += sizeof(*crde);
465 crda = (struct cryptodesc *)p; p += sizeof(*crda);
H A Dg_eli_crypto.c65 struct cryptodesc *crd;
89 crd = (struct cryptodesc *)p; p += sizeof(*crd);
H A Dg_eli_privacy.c232 struct cryptodesc *crd;
282 crd = (struct cryptodesc *)p; p += sizeof(*crd);
/freebsd-9.3-release/sys/kgssapi/krb5/
H A Dkcrypto_aes.c137 struct cryptodesc *crd;
316 struct cryptodesc *crd;
H A Dkcrypto_des.c166 struct cryptodesc *crd;
H A Dkcrypto_des3.c176 struct cryptodesc *crd;
233 struct cryptodesc *crd;
/freebsd-9.3-release/sys/netipsec/
H A Dxform_ipcomp.c143 struct cryptodesc *crdc;
222 struct cryptodesc *crd;
351 struct cryptodesc *crdc;
H A Dxform_esp.c279 struct cryptodesc *crde;
394 struct cryptodesc *crda = crp->crp_desc;
463 struct cryptodesc *crd;
690 struct cryptodesc *crde = NULL, *crda = NULL;
/freebsd-9.3-release/sys/dev/hifn/
H A Dhifn7751var.h282 struct cryptodesc *enccrd, *maccrd;
/freebsd-9.3-release/sys/mips/cavium/cryptocteon/
H A Dcryptocteon.c341 struct cryptodesc *crd;
347 struct cryptodesc *enccrd = NULL, *maccrd = NULL;
/freebsd-9.3-release/sys/mips/rmi/dev/sec/
H A Drmisec.c308 struct cryptodesc *crp_desc;
352 struct cryptodesc *crd1, *crd2, *maccrd, *enccrd;

Completed in 304 milliseconds

12