Home
last modified time | relevance | path

Searched refs:swcr_data (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/opencrypto/
H A Dcryptosoft.h29 struct swcr_data { struct
55 struct swcr_data *sw_next; argument
60 const struct swcr_data *sw, void *buf, int outtype);
H A Dcryptosoft.c62 struct swcr_data **swcr_sessions = NULL;
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 *);
79 static void swcr_freesession_internal(struct swcr_data *);
87 swcr_encdec(struct cryptodesc *crd, const struct swcr_data *sw, void *bufv, in swcr_encdec()
466 const struct swcr_data *sw, void *buf, int outtype) in swcr_authcompute()
571 struct swcr_data *sw, *swa, *swe = NULL; in swcr_combined()
700 swcr_compdec(struct cryptodesc *crd, const struct swcr_data *sw, in swcr_compdec()
761 struct swcr_data **swd; in swcr_newsession()
762 struct swcr_data *first, *tmp; in swcr_newsession()
[all …]
/netbsd-src/sys/arch/x86/x86/
H A Dvia_padlock.c67 struct swcr_data *, void *);
135 struct swcr_data *swd; in via_padlock_crypto_newsession()
246 swd = malloc(sizeof(struct swcr_data), M_CRYPTO_DATA, in via_padlock_crypto_newsession()
305 struct swcr_data *swd; in via_padlock_crypto_freesession()
358 struct swcr_data *sw, void *buf) in via_padlock_crypto_swauth()
/netbsd-src/sys/arch/x86/include/
H A Dvia_padlock.h50 struct swcr_data *swd;