Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dxform.h30 struct auth_hash { struct
31 int type;
32 const char *name;
33 u_int16_t keysize;
34 u_int16_t hashsize;
35 u_int16_t authsize;
36 u_int16_t blocksize;
H A Dcryptosoft_xform.c64 const struct auth_hash *auth_hash; member
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_policy.c46 popup_GetSecret(UINT32 new_pin, UINT32 hash_mode, BYTE *popup_str, void *auth_hash) in popup_GetSecret()