Home
last modified time | relevance | path

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

/dflybsd-src/sys/opencrypto/
H A Dxform.h35 struct auth_hash { struct
36 int type;
37 char *name;
38 u_int16_t keysize;
39 u_int16_t hashsize;
40 u_int16_t blocksize;
41 u_int16_t ctxsize;
42 void (*Init) (void *);
43 int (*Setkey) (void *, const u_int8_t *, u_int16_t);
44 void (*Reinit) (void *, const u_int8_t *, u_int16_t);
[all …]