Searched refs:auth_level (Results 1 – 7 of 7) sorted by relevance
32 secp->auth_level = ctx->auth_level; in ndr_add_auth_token()68 if (ctx->auth_level == NDR_C_AUTHN_NONE || in ndr_add_sec_context()75 if (ctx->auth_level != NDR_C_AUTHN_LEVEL_PKT_INTEGRITY && in ndr_add_sec_context()76 ctx->auth_level != NDR_C_AUTHN_LEVEL_PKT_PRIVACY) in ndr_add_sec_context()97 if (ctx->auth_level == NDR_C_AUTHN_NONE || in ndr_recv_sec_context()108 if (bind_secp->auth_level != ack_secp->auth_level) in ndr_recv_sec_context()125 if (ctx->auth_level == NDR_C_AUTHN_NONE || in ndr_add_auth()132 if (ctx->auth_level != NDR_C_AUTHN_LEVEL_PKT_INTEGRITY && in ndr_add_auth()133 ctx->auth_level != NDR_C_AUTHN_LEVEL_PKT_PRIVACY) in ndr_add_auth()139 if (ctx->auth_level == NDR_C_AUTHN_LEVEL_PKT_PRIVACY) in ndr_add_auth()[all …]
536 auth->auth_type, auth->auth_level, auth->auth_pad_len, in ndr_show_auth()816 NDR_MEMBER(_uchar, auth_level, 1UL); in ndr__auth_verifier_co()
488 uint8_t auth_level; member
384 BYTE auth_level; /* 01:01 */
167 static int auth_level = 0; variable947 level, auth_level, in krb5_user_status()2220 auth_level = 0; in main()2222 auth_level = AUTH_USER; in main()2224 auth_level = AUTH_VALID; in main()2226 auth_level = -1; in main()2234 auth_level = AUTH_USER; in main()2472 if (auth_level == -1 || init_status != 0) { in getauthtype()2480 if (init_status == 0 && auth_level != -1) { in getauthtype()3060 if (auth_level >= 0 && auth_status >= AUTH_USER && in doit()[all …]
110 netr_ssp_ctx.auth_level = NDR_C_AUTHN_LEVEL_PKT_INTEGRITY; in netlogon_init_global()
660 .auth_level = NDR_C_AUTHN_LEVEL_PKT_PRIVACY,