Home
last modified time | relevance | path

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

/openbsd/sys/crypto/
H A Dxform.h42 struct auth_hash { struct
43 int type;
44 char *name;
45 u_int16_t keysize;
46 u_int16_t hashsize;
47 u_int16_t authsize;
48 u_int16_t ctxsize;
49 u_int16_t blocksize;
50 void (*Init) (void *);
51 void (*Setkey) (void *, const u_int8_t *, u_int16_t);
[all …]