Searched defs:ad_private (Results 1 – 1 of 1) sorted by relevance
80 struct ad_private { struct81 char *ad_fullname; /* client's full name */82 u_int ad_fullnamelen; /* length of name, rounded up */83 char *ad_servername; /* server's full name */84 u_int ad_servernamelen; /* length of name, rounded up */85 uint32_t ad_window; /* client specified window */86 bool_t ad_dosync; /* synchronize? */91 struct authdes_verf ad_verf; /* storage for verifier */92 struct rpc_timeval ad_timestamp; /* timestamp sent */93 des_block ad_xkey; /* encrypted conversation key */[all …]
Completed in 6 milliseconds