Lines Matching refs:struct
76 * struct krb5_validation_info found in the Kerberos PAC.
81 struct netr_sid {
90 struct netr_string {
95 typedef struct netr_string netr_string_t;
103 struct netr_vcs {
114 struct netr_vcstr {
117 struct netr_vcs *vcs;
119 typedef struct netr_vcstr netr_vcstr_t;
121 struct netr_vcb {
132 struct netr_vcbuf {
135 struct netr_vcb *vcb;
137 typedef struct netr_vcbuf netr_vcbuf_t;
139 struct netr_credential {
143 struct netr_authenticator {
144 struct netr_credential credential;
147 typedef struct netr_authenticator netr_auth_t;
150 struct OLD_LARGE_INTEGER {
154 typedef struct OLD_LARGE_INTEGER netr_int64_t;
156 struct CYPHER_BLOCK {
160 struct OWF_PASSWORD {
163 typedef struct OWF_PASSWORD netr_owf_password_t;
170 struct netr_trust_password {
174 typedef struct netr_trust_password netr_trust_password_t;
176 struct USER_SESSION_KEY {
177 struct CYPHER_BLOCK data[2];
190 struct netr_ServerReqChallenge {
193 IN struct netr_credential client_challenge;
194 OUT struct netr_credential server_challenge;
206 struct netr_ServerAuthenticate2 {
211 IN struct netr_credential client_credential;
212 OUT struct netr_credential server_credential;
225 struct netr_PasswordSet {
230 INOUT struct netr_authenticator auth;
236 struct netr_PasswordSet2 {
241 INOUT struct netr_authenticator auth;
259 struct lm_challenge {
262 typedef struct lm_challenge lm_challenge_t;
267 struct netr_logon_identity_info {
270 struct OLD_LARGE_INTEGER logon_id;
274 typedef struct netr_logon_identity_info netr_logon_id_t;
280 struct netr_logon_info1 {
290 struct netr_logon_info2 {
305 struct netr_login_info {
316 struct netr_group_membership {
322 struct netr_sid_and_attributes {
323 struct netr_sid *sid;
328 struct netr_validation_info3 {
329 struct OLD_LARGE_INTEGER LogonTime;
330 struct OLD_LARGE_INTEGER LogoffTime;
331 struct OLD_LARGE_INTEGER KickOffTime;
332 struct OLD_LARGE_INTEGER PasswordLastSet;
333 struct OLD_LARGE_INTEGER PasswordCanChange;
334 struct OLD_LARGE_INTEGER PasswordMustChange;
347 struct netr_group_membership *GroupIds;
349 struct USER_SESSION_KEY UserSessionKey;
352 struct netr_sid *LogonDomainId;
356 struct netr_sid_and_attributes *ExtraSids;
360 struct krb5_validation_info {
361 struct netr_validation_info3 info3;
363 struct netr_sid *rg_dom_sid;
366 struct netr_group_membership *rg_rids;
370 CASE(3) struct netr_validation_info3 *info3;
383 struct netr_validation_info {
399 struct netr_SamLogon {
402 IN struct netr_authenticator *auth;
403 INOUT struct netr_authenticator *ret_auth;
404 IN struct netr_login_info logon_info;
419 struct netr_SamLogoff {
422 IN struct netr_authenticator auth;
423 INOUT struct netr_authenticator ret_auth;
439 struct netr_ServerReqChallenge ServerReqChallenge;
441 struct netr_ServerAuthenticate2 ServerAuthenticate2;
443 struct netr_SamLogon SamLogon;
445 struct netr_SamLogoff SamLogoff;
447 struct netr_PasswordSet PasswordSet;
449 struct netr_PasswordSet2 PasswordSet2;
453 struct krb5_validation_info krb5pac;