Home
last modified time | relevance | path

Searched defs:swcr_auth_hash (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/opencrypto/
H A Dcryptosoft_xform.c63 struct swcr_auth_hash { struct
64 const struct auth_hash *auth_hash;
65 int ctxsize;
66 void (*Init)(void *);
67 void (*Setkey)(void *, const uint8_t *, uint16_t);
68 void (*Reinit)(void *, const uint8_t *, uint16_t);
69 int (*Update)(void *, const uint8_t *, uint16_t);
70 void (*Final)(uint8_t *, void *);