Searched defs:auth_hash (Results 1 – 3 of 3) sorted by relevance
30 struct auth_hash { struct31 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;
64 const struct auth_hash *auth_hash; member
46 popup_GetSecret(UINT32 new_pin, UINT32 hash_mode, BYTE *popup_str, void *auth_hash) in popup_GetSecret()