Home
last modified time | relevance | path

Searched refs:auth_required (Results 1 – 10 of 10) sorted by relevance

/external/ppp/pppd/
Dauth.c235 bool auth_required = 0; /* Always require authentication from peer */ variable
281 { "auth", o_bool, &auth_required,
283 { "noauth", o_bool, &auth_required,
288 OPT_PRIOSUB | 1, &auth_required },
291 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
292 { "require-chap", o_bool, &auth_required,
296 { "+chap", o_bool, &auth_required,
301 { "require-mschap", o_bool, &auth_required,
305 { "+mschap", o_bool, &auth_required,
309 { "require-mschap-v2", o_bool, &auth_required,
[all …]
Dpppd.h298 extern bool auth_required; /* Peer is required to authenticate */
/external/curl/tests/data/
Dtest153313 auth_required
Dtest20617 auth_required
Dtest8813 auth_required
Dtest15414 auth_required
Dtest141214 auth_required
Dtest15513 auth_required
/external/tpm2-tss/src/tss2-fapi/
Dfapi_util.c1780 TPMI_YES_NO auth_required; in ifapi_authorize_object() local
1819 &auth_required); in ifapi_authorize_object()
1823 if (auth_required == TPM2_YES) { in ifapi_authorize_object()
/external/curl/tests/
DFILEFORMAT.md273 - `auth_required` if this is set and a POST/PUT is made without auth, the