Searched refs:ct_authflags (Results 1 – 7 of 7) sorted by relevance
480 ctx->ct_authflags = SMB_AT_ANON; in smb_iod_connect()499 if (ctx->ct_authflags & SMB_AT_NTLM2) { in smb_iod_connect()501 } else if (ctx->ct_authflags & SMB_AT_NTLM1) { in smb_iod_connect()503 } else if (ctx->ct_authflags & SMB_AT_ANON) { in smb_iod_connect()
90 ctx->ct_authflags &= ~SMB_AT_KRB5; in smb_get_authentication()
446 if (ctx->ct_authflags & SMB_AT_ANON) { in ntlmssp_put_type3()459 } else if (ctx->ct_authflags & SMB_AT_NTLM2) { in ntlmssp_put_type3()732 if ((sp->smb_ctx->ct_authflags & in ntlmssp_init_client()
265 ctx->ct_authflags = SMB_AT_DEFAULT; in smb_ctx_init()668 ctx->ct_authflags = flags; in smb_ctx_setauthflags()956 ctx->ct_authflags = authflags; in smb_parse_secopts()1135 ctx->ct_authflags &= ctx->ct_minauth; in smb_ctx_resolve()1137 if (ctx->ct_authflags == 0) { in smb_ctx_resolve()
514 if ((sp->smb_ctx->ct_authflags & SMB_AT_KRB5) == 0) { in krb5ssp_init_client()
221 if (ctx->ct_authflags & SMB_AT_LM1) { in ntlm_put_v1_responses()
141 #define ct_authflags ct_iod_ssn.iod_authflags macro