Searched refs:swcr_data (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/opencrypto/ |
H A D | cryptosoft.h | 29 struct swcr_data { struct 55 struct swcr_data *sw_next; argument 60 const struct swcr_data *sw, void *buf, int outtype);
|
H A D | cryptosoft.c | 62 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 D | via_padlock.c | 67 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 D | via_padlock.h | 50 struct swcr_data *swd;
|