Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dauth_mgr.h32 struct _auth_mgr struct
34 short max_auth_sessions;
35 short open_auth_sessions;
36 UINT32 sleeping_threads;
37 COND_VAR **overflow; /* queue of TCS contexts waiting for an auth session to become
39 unsigned int of_head, of_tail; /* head and tail of the overflow queue */
40 struct auth_map *auth_mapper; /* table of currently tracked auth sessions */
41 UINT32 auth_mapper_size, overflow_size;