HomeSort by: relevance | last modified time | path
    Searched defs:AUTH (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/nsec3-answer/
tests_nsec3.py 40 AUTH = "10.53.0.1"
71 "server", [pytest.param(AUTH, id="ns1"), pytest.param(RESOLVER, id="ns2")]
84 @pytest.mark.parametrize("server", [pytest.param(AUTH, id="ns1")])
91 """Auth sends proof of nonexistance with referral without DS RR. Opt-out is not supported."""
127 "server", [pytest.param(AUTH, id="ns1"), pytest.param(RESOLVER, id="ns2")]
141 "server", [pytest.param(AUTH, id="ns1"), pytest.param(RESOLVER, id="ns2")]
157 "server", [pytest.param(AUTH, id="ns1"), pytest.param(RESOLVER, id="ns2")]
175 "server", [pytest.param(AUTH, id="ns1"), pytest.param(RESOLVER, id="ns2")]
193 "server", [pytest.param(AUTH, id="ns1"), pytest.param(RESOLVER, id="ns2")]
207 "server", [pytest.param(AUTH, id="ns1"), pytest.param(RESOLVER, id="ns2")
    [all...]
  /src/include/rpc/
auth.h 1 /* $NetBSD: auth.h,v 1.20 2020/10/03 18:30:39 christos Exp $ */
31 * from: @(#)auth.h 1.17 88/02/08 SMI
32 * @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
36 * auth.h, Authentication interface.
41 * is required to pass a AUTH * to routines that create rpc
88 enum_t oa_flavor; /* flavor of auth */
89 caddr_t oa_base; /* address of more auth stuff */
95 * Auth handle, interface to client side authenticators.
114 } AUTH;
119 * The ops and the auth handle provide the interface to the authenticators
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 38 #define AUTH 1
137 { REQ_CONFIG, AUTH, v4sizeof(struct conf_peer),
139 { REQ_UNCONFIG, AUTH, v4sizeof(struct conf_unpeer),
141 { REQ_SET_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags),
143 { REQ_CLR_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags),
146 { REQ_RESADDFLAGS, AUTH, v4sizeof(struct conf_restrict),
148 { REQ_RESSUBFLAGS, AUTH, v4sizeof(struct conf_restrict),
150 { REQ_UNRESTRICT, AUTH, v4sizeof(struct conf_restrict),
154 { REQ_RESET_STATS, AUTH, sizeof(struct reset_flags), 0, reset_stats },
155 { REQ_RESET_PEER, AUTH, v4sizeof(struct conf_unpeer)
    [all...]
ntp_proto.c 47 #define AUTH(x, y) ((x) ? (y) == AUTH_OK \
1032 * Note: The AUTH(x, y) macro is used to filter outcomes. If x
1063 DPRINTF(1, ("receive: at %ld %s<-%s mode %d/%s:%s keyid %08x len %d auth %d org 0x%x.%08x xmt 0x%x.%08x CRYPTONAK\n",
1209 DPRINTF(1, ("receive: at %ld %s<-%s mode %d/%s:%s keyid %08x len %d auth %d org 0x%x.%08x xmt 0x%x.%08x MAC\n",
1335 if (AUTH(restrict_mask & RES_DONTTRUST,
1409 if (AUTH(restrict_mask & RES_DONTTRUST, is_authentic)) {
1474 if (!AUTH( (!(peer2->cast_flags & MDF_POOL)
1480 DPRINTF(2, ("receive: AM_MANYCAST drop: bad auth || (NOPEER|DONTTRUST)\n"));
1553 if (!AUTH(sys_authenticate | (restrict_mask &
1557 DPRINTF(2, ("receive: AM_NEWBCL drop: AUTH failed\n"))
    [all...]
ntp_control.c 48 #define AUTH 1
128 { CTL_OP_WRITEVAR, AUTH, write_variables },
130 { CTL_OP_WRITECLOCK, AUTH, write_clockstatus },
131 { CTL_OP_SETTRAP, AUTH, set_trap },
132 { CTL_OP_CONFIGURE, AUTH, configure },
133 { CTL_OP_SAVECONFIG, AUTH, save_config },
135 { CTL_OP_READ_ORDLIST_A, AUTH, read_ordlist },
137 { CTL_OP_UNSETTRAP, AUTH, unset_trap },
1281 DPRINTF(3, ("recv_len %d, properlen %d, wants auth with keyid %08x, MAC length=%zu\n",
1311 if (cc->flags == AUTH
    [all...]

Completed in 53 milliseconds