Home
last modified time | relevance | path

Searched refs:IsPasswordPresented (Results 1 – 12 of 12) sorted by relevance

/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DClient.h217 bool IsPasswordPresented; // Password exists member
H A DClient.c4035 a->IsPasswordPresented = PackGetInt(p, "IsPasswordPresented") == 0 ? false : true; in InRpcClientPasswordSetting()
4046 PackAddInt(p, "IsPasswordPresented", a->IsPasswordPresented); in OutRpcClientPasswordSetting()
8930 a->IsPasswordPresented = false; in CtGetPasswordSetting()
8934 a->IsPasswordPresented = true; in CtGetPasswordSetting()
H A DCM.c3956 Check(hWnd, R_USE_PASSWORD, c.IsPasswordPresented); in CmPasswordProc()
3957 if (c.IsPasswordPresented) in CmPasswordProc()
H A DCommand.c3282 t.IsPasswordPresented ? _UU("CMD_MSG_ENABLE") : _UU("CMD_MSG_DISABLE")); in PcPasswordGet()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DClient.h217 bool IsPasswordPresented; // Password exists member
H A DClient.c4035 a->IsPasswordPresented = PackGetInt(p, "IsPasswordPresented") == 0 ? false : true; in InRpcClientPasswordSetting()
4046 PackAddInt(p, "IsPasswordPresented", a->IsPasswordPresented); in OutRpcClientPasswordSetting()
8930 a->IsPasswordPresented = false; in CtGetPasswordSetting()
8934 a->IsPasswordPresented = true; in CtGetPasswordSetting()
H A DCM.c3956 Check(hWnd, R_USE_PASSWORD, c.IsPasswordPresented); in CmPasswordProc()
3957 if (c.IsPasswordPresented) in CmPasswordProc()
H A DCommand.c3282 t.IsPasswordPresented ? _UU("CMD_MSG_ENABLE") : _UU("CMD_MSG_DISABLE")); in PcPasswordGet()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DClient.h117 bool IsPasswordPresented; // Password exists member
H A DClient.c3768 a->IsPasswordPresented = PackGetInt(p, "IsPasswordPresented") == 0 ? false : true; in InRpcClientPasswordSetting()
3779 PackAddInt(p, "IsPasswordPresented", a->IsPasswordPresented); in OutRpcClientPasswordSetting()
8615 a->IsPasswordPresented = false; in CtGetPasswordSetting()
8619 a->IsPasswordPresented = true; in CtGetPasswordSetting()
H A DCM.c3821 Check(hWnd, R_USE_PASSWORD, c.IsPasswordPresented); in CmPasswordProc()
3822 if (c.IsPasswordPresented) in CmPasswordProc()
H A DCommand.c3164 t.IsPasswordPresented ? _UU("CMD_MSG_ENABLE") : _UU("CMD_MSG_DISABLE")); in PcPasswordGet()