Home
last modified time | relevance | path

Searched full:mutual (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd/usr.sbin/ctld/
H A Dctl.conf.5131 .Qq Ar chap-mutual .
142 .Sy chap-mutual
144 .It Ic chap-mutual Ar user Ar secret Ar mutualuser Ar mutualsecret
145 A set of mutual CHAP authentication credentials.
151 .Sy chap-mutual
300 .Qq Ar chap-mutual .
311 .Sy auth-group , chap , No or Sy chap-mutual ;
313 .It Ic chap-mutual Ar user Ar secret Ar mutualuser Ar mutualsecret
314 A set of mutual CHAP authentication credentials.
316 .Sy auth-group , chap , No or Sy chap-mutual ;
[all …]
H A Duclparse.c90 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual()
97 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual()
102 mutual_user = ucl_object_find_key(obj, "mutual-user"); in uclparse_chap_mutual()
104 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual()
105 "\"mutual-user\" string key", ag_name); in uclparse_chap_mutual()
109 mutual_secret = ucl_object_find_key(obj, "mutual-secret"); in uclparse_chap_mutual()
111 log_warnx("chap-mutual section in auth-group \"%s\" is missing " in uclparse_chap_mutual()
112 "\"mutual-secret\" string key", ag_name); in uclparse_chap_mutual()
155 log_warnx("chap-mutual section in target \"%s\" is missing " in uclparse_target_chap_mutual()
162 log_warnx("chap-mutual section in target \"%s\" is missing " in uclparse_target_chap_mutual()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,asrc.txt39 - fsl,asrc-rate : Defines a mutual sample rate used by DPCM Back Ends.
41 - fsl,asrc-width : Defines a mutual sample width used by DPCM Back Ends.
54 - fsl,asrc-format : Defines a mutual sample format used by DPCM Back
H A Dfsl,imx-asrc.yaml82 description: The mutual sample rate used by DPCM Back Ends
86 description: The mutual sample width used by DPCM Back Ends
107 Defines a mutual sample format used by DPCM Back Ends, which can
H A Dfsl,easrc.yaml62 description: Defines a mutual sample rate used by DPCM Back Ends
69 Defines a mutual sample format used by DPCM Back Ends
/freebsd/usr.sbin/iscsid/
H A Dlogin.c675 * If we want mutual authentication, we're expected to send in login_send_chap_r()
679 log_debugx("requesting mutual authentication; " in login_send_chap_r()
724 fail(&conn->conn, "Mutual CHAP failed"); in login_verify_mutual()
725 log_errx(1, "mutual CHAP authentication failed: wrong user"); in login_verify_mutual()
731 fail(&conn->conn, "Mutual CHAP failed"); in login_verify_mutual()
732 log_errx(1, "mutual CHAP authentication failed: wrong secret"); in login_verify_mutual()
739 log_debugx("mutual CHAP authentication succeeded"); in login_verify_mutual()
851 "but we require mutual CHAP"); in login()
868 "but we require mutual CHAP"); in login()
/freebsd/share/man/man9/
H A Dmutex.9201 mutual exclusion lock
212 mutual exclusion lock
293 mutual exclusion lock.
301 mutual exclusion lock.
H A Dsmr.9107 that operations behave correctly in the absence of mutual exclusion between
175 Insertions and removals are serialized using traditional mutual exclusion
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_mk_req.3139 Mark the request as mutual authenticate required so that the receiver
140 returns a mutual authentication packet.
H A Dkrb5_err.et59 error_code ERR_MUT_FAIL, "Mutual authentication failed"
160 error_code KRB5_MUTUAL_FAILED, "Mutual authentication failed"
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/
H A Dkrb5_introduction.3153 In this case, mutual authentication will be tried. That means that the server will authenticate to …
155 …u need to send over the authenticator from krb5_mk_req() and, in case of mutual authentication, ve…
/freebsd/usr.bin/iscsictl/
H A Discsi.conf.573 Target login for Mutual CHAP authentication.
75 Target secret for Mutual CHAP authentication.
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Daccept_sec_context.c257 * isn't a mutual authentication context in gsskrb5_acceptor_ready()
423 * No reply in non-MUTUAL mode, but we don't know that its in gsskrb5_acceptor_start()
424 * non-MUTUAL mode yet, thats inside the 8003 checksum, so in gsskrb5_acceptor_start()
426 * limit when send error token for non-MUTUAL. in gsskrb5_acceptor_start()
564 * ap_options to guess the mutual flag. in gsskrb5_acceptor_start()
/freebsd/crypto/heimdal/doc/doxyout/gssapi/man/man3/
H A Dgssapi_services_intro.312 mutual authentication
/freebsd/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c95 #define KRB4_ENCPWD_CHALLENGE 3 /* Challenge for mutual auth. */
241 * Receive ack, if mutual then send random challenge
245 * If we are doing mutual authentication, get set up to send
H A Dkerberos5.c83 #define KRB_RESPONSE 3 /* Response for mutual auth. */
290 return kerberos5_send("mutual KERBEROS5", ap); in kerberos5_send_mutual()
590 printf("[ Kerberos V5 accepted you, but didn't provide mutual authentication! ]\r\n"); in kerberos5_reply()
634 print_krb5_error(context, ret, "[ Mutual authentication failed: %s ]\r\n"); in kerberos5_reply()
H A Dkerberos.c78 #define KRB_CHALLENGE 3 /* Challenge for mutual auth. */
79 #define KRB_RESPONSE 4 /* Response for mutual auth. */
195 * If we are doing mutual authentication, get set up to send in kerberos4_send()
/freebsd/contrib/wpa/src/common/
H A Ddpp_auth.c280 /* Initiator Bootstrapping Key Hash (mutual authentication) */ in dpp_auth_build_resp()
496 /* Mutual authentication */ in dpp_auth_build_resp_ok()
888 …"DPP: Mutual authentication required with QR Codes, but peer info is not yet available - request m… in dpp_auth_req_rx()
1041 /* Initiator Bootstrapping Key Hash (mutual authentication) */ in dpp_auth_build_conf()
1491 /* PKEX bootstrapping mandates use of mutual authentication */ in dpp_auth_resp_rx()
1499 * use of mutual authentication */ in dpp_auth_resp_rx()
1539 "DPP: Responder decided not to use mutual authentication"); in dpp_auth_resp_rx()
1543 wpa_msg(auth->msg_ctx, MSG_INFO, DPP_EVENT_AUTH_DIRECTION "mutual=%d", in dpp_auth_resp_rx()
1628 /* Mutual authentication */ in dpp_auth_resp_rx()
1898 /* Mutual authentication and peer did not include its in dpp_auth_conf_rx()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos5.c105 #define KRB_RESPONSE 3 /* Response for mutual auth. */
318 return kerberos5_send("mutual KERBEROS5", ap); in kerberos5_send_mutual()
634 printf("[ Kerberos V5 accepted you, but didn't provide mutual authentication! ]\r\n"); in kerberos5_reply()
679 printf("[ Mutual authentication failed: %s ]\r\n", in kerberos5_reply()
/freebsd/lib/libgssapi/
H A Dgss_accept_sec_context.3290 Remote peer asked for mutual authentication
292 Remote peer did not ask for mutual authentication
/freebsd/contrib/libpcap/
H A Dpcap_compile.3pcap.in67 in multiple threads in a single process without some form of mutual
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs62x-keys.yaml17 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens-
24 vs. mutual-inductive, etc.) is selected based on the device's firmware.
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dexports_so.txt37 _You_must_link_with_*; # Mutual detection/MS compatibility symbols.
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/
H A Dkrb5_introduction.html125 In this case, mutual authentication will be tried. That means that the server will authenticate to …
126 …u need to send over the authenticator from krb5_mk_req() and, in case of mutual authentication, ve…
/freebsd/lib/libc/tests/stdlib/
H A Ddynthr_test.c46 * Minimal test case for PR 235158; mutual dependencies between jemalloc and

123456