| /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/wpa/dist/src/common/ |
| dpp_auth.c | 42 static void dpp_auth_success(struct dpp_authentication *auth) 46 os_memset(auth->Mx, 0, sizeof(auth->Mx)); 47 auth->Mx_len = 0; 48 os_memset(auth->Nx, 0, sizeof(auth->Nx)); 49 auth->Nx_len = 0; 50 os_memset(auth->Lx, 0, sizeof(auth->Lx)); 51 auth->Lx_len = 0 684 struct dpp_authentication *auth = NULL; local 1169 struct dpp_authentication *auth; local [all...] |
| dpp_reconfig.c | 130 static struct wpabuf * dpp_reconfig_build_req(struct dpp_authentication *auth) 137 attr_len = 4 + 1 + 4 + 1 + 4 + os_strlen(auth->conf->connector) + 138 4 + auth->curve->nonce_len; 146 wpabuf_put_u8(msg, auth->transaction_id); 170 wpabuf_put_le16(msg, os_strlen(auth->conf->connector)); 171 wpabuf_put_str(msg, auth->conf->connector); 175 wpabuf_put_le16(msg, auth->curve->nonce_len); 176 wpabuf_put_data(msg, auth->c_nonce, auth->curve->nonce_len); 243 struct dpp_authentication *auth; local 445 struct dpp_authentication *auth = NULL; local [all...] |
| dpp.c | 42 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) 44 wpa_msg(auth->msg_ctx, MSG_INFO, DPP_EVENT_FAIL "%s", txt); 580 static int dpp_channel_intersect(struct dpp_authentication *auth, 584 struct dpp_bootstrap_info *peer_bi = auth->peer_bi; 589 if (freq_included(auth->freq, auth->num_freq, freq)) 592 auth->freq[auth->num_freq++] = freq; 594 if (!auth->num_freq) { 599 auth->curr_freq = auth->freq[0] 771 struct dpp_authentication *auth; local [all...] |
| /src/external/bsd/libpcap/dist/ |
| pcap-rpcap.h | 41 int read_timeout, struct pcap_rmtauth *auth, char *errbuf); 47 struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf);
|
| /src/external/bsd/unbound/dist/testdata/ede.tdir/ |
| ede-auth.conf | 12 auth-zone: 16 auth-zone: 20 auth-zone: 24 auth-zone:
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
| hdcp_log.h | 103 HDCP_DDC_READ_TRACE(hdcp, "BKSV", hdcp->auth.msg.hdcp1.bksv, \ 104 sizeof(hdcp->auth.msg.hdcp1.bksv)); \ 105 HDCP_DDC_READ_TRACE(hdcp, "BCAPS", &hdcp->auth.msg.hdcp1.bcaps, \ 106 sizeof(hdcp->auth.msg.hdcp1.bcaps)); \ 107 HDCP_DDC_WRITE_TRACE(hdcp, "AN", hdcp->auth.msg.hdcp1.an, \ 108 sizeof(hdcp->auth.msg.hdcp1.an)); \ 109 HDCP_DDC_WRITE_TRACE(hdcp, "AKSV", hdcp->auth.msg.hdcp1.aksv, \ 110 sizeof(hdcp->auth.msg.hdcp1.aksv)); \ 111 HDCP_DDC_WRITE_TRACE(hdcp, "AINFO", &hdcp->auth.msg.hdcp1.ainfo, \ 112 sizeof(hdcp->auth.msg.hdcp1.ainfo)); [all...] |
| amdgpu_hdcp_ddc.c | 248 hdcp->auth.msg.hdcp1.bksv, 249 sizeof(hdcp->auth.msg.hdcp1.bksv)); 255 &hdcp->auth.msg.hdcp1.bcaps, 256 sizeof(hdcp->auth.msg.hdcp1.bcaps)); 265 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus, 269 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus, 270 sizeof(hdcp->auth.msg.hdcp1.bstatus)); 277 (uint8_t *)&hdcp->auth.msg.hdcp1.r0p, 278 sizeof(hdcp->auth.msg.hdcp1.r0p)); 288 hdcp->auth.msg.hdcp1.ksvlist [all...] |
| /src/crypto/external/bsd/heimdal/dist/tests/java/ |
| jaas.conf | 4 com.sun.security.auth.module.Krb5LoginModule required; 8 com.sun.security.auth.module.Krb5LoginModule required
|
| /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| 04-client_auth.conf | 5 test-0 = 0-server-auth-flex 6 test-1 = 1-client-auth-flex-request 7 test-2 = 2-client-auth-flex-require-fail 8 test-3 = 3-client-auth-flex-require 9 test-4 = 4-client-auth-flex-require-non-empty-names 10 test-5 = 5-client-auth-flex-noroot 11 test-6 = 6-server-auth-TLSv1 12 test-7 = 7-client-auth-TLSv1-request 13 test-8 = 8-client-auth-TLSv1-require-fail 14 test-9 = 9-client-auth-TLSv1-requir [all...] |
| 26-tls13_client_auth.conf | 5 test-0 = 0-server-auth-TLSv1.3 6 test-1 = 1-client-auth-TLSv1.3-request 7 test-2 = 2-client-auth-TLSv1.3-require-fail 8 test-3 = 3-client-auth-TLSv1.3-require 9 test-4 = 4-client-auth-TLSv1.3-require-non-empty-names 10 test-5 = 5-client-auth-TLSv1.3-noroot 11 test-6 = 6-client-auth-TLSv1.3-request-post-handshake 12 test-7 = 7-client-auth-TLSv1.3-require-fail-post-handshake 13 test-8 = 8-client-auth-TLSv1.3-require-post-handshake 14 test-9 = 9-client-auth-TLSv1.3-require-non-empty-names-post-handshak [all...] |
| 23-srp.conf | 7 test-2 = 2-srp-auth 8 test-3 = 3-srp-auth-bad-password 81 [2-srp-auth] 82 ssl_conf = 2-srp-auth-ssl 84 [2-srp-auth-ssl] 85 server = 2-srp-auth-server 86 client = 2-srp-auth-client 88 [2-srp-auth-server] 94 [2-srp-auth-client] 102 server = 2-srp-auth-server-extr [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| build_auth.c | 112 Authenticator auth; local 119 memset(&auth, 0, sizeof(auth)); 121 auth.authenticator_vno = 5; 122 ret = copy_Realm(&cred->client->realm, &auth.crealm); 125 ret = copy_PrincipalName(&cred->client->name, &auth.cname); 129 krb5_us_timeofday (context, &auth.ctime, &auth.cusec); 131 ret = krb5_auth_con_getlocalsubkey(context, auth_context, &auth.subkey); 140 ALLOC(auth.seq_number, 1) [all...] |
| /src/lib/libc/rpc/ |
| auth_unix.c | 70 #include <rpc/auth.h> 82 static void authunix_nextverf(AUTH *); 83 static bool_t authunix_marshal(AUTH *, XDR *); 84 static bool_t authunix_validate(AUTH *, struct opaque_auth *); 85 static bool_t authunix_refresh(AUTH *); 86 static void authunix_destroy(AUTH *); 87 static void marshal_new_auth(AUTH *); 100 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) 104 * Returns an auth handle with the given stuff in it 113 AUTH *auth; local [all...] |
| /src/external/bsd/ntp/dist/ntpq/ |
| libntpq_subs.c | 45 int auth, 51 return doquerylist((struct varlist *)vlist, op, associd, auth,
|
| /src/external/bsd/ppp/dist/sample/ |
| auth-down | 15 echo auth-down `date +'%y/%m/%d %T'` $* >> /var/log/pppstats
|
| auth-up | 15 echo auth-up `date +'%y/%m/%d %T'` $* >> /var/log/pppstats
|
| /src/etc/rc.d/ |
| pwcheck | 21 logger -s -p auth.err \
|
| /src/crypto/external/bsd/openssh/libexec/ |
| Makefile | 5 SUBDIR= sshd-auth sshd-session
|
| /src/share/examples/emul/ultrix/etc/ |
| svc.conf | 14 auth=local
|
| /src/etc/ |
| syslog.conf | 3 *.err;kern.*;auth.notice;authpriv.none;mail.crit /dev/console 4 *.info;auth,authpriv,cron,ftp,kern,lpr,mail.none /var/log/messages 10 auth,authpriv.info /var/log/authlog
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshd-debug.sh | 6 # work-in-progress versions of sshd-auth and sshd-session, instead 32 for i in sshd-auth/obj/sshd-auth sshd-auth/sshd-auth sshd-auth; do 37 [ -z "${SSHD_AUTH}" ] && fatal "Could not find sshd-auth" 46 echo >&2 Debugging ${SSHD} auth ${SSHD_AUTH} session ${SSHD_SESSION}
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| dpp_supplicant.c | 58 struct dpp_authentication *auth); 59 static bool wpas_dpp_tcp_msg_sent(void *ctx, struct dpp_authentication *auth); 78 struct dpp_authentication *auth = wpa_s->dpp_auth; local 84 if (auth && auth->response_pending && 85 dpp_notify_new_qr_code(auth, bi) == 1) { 90 MAC2STR(auth->peer_mac_addr), auth->curr_freq, 92 offchannel_send_action(wpa_s, auth->curr_freq, 93 auth->peer_mac_addr, wpa_s->own_addr 196 struct dpp_authentication *auth = wpa_s->dpp_auth; local 217 struct dpp_authentication *auth = wpa_s->dpp_auth; local 305 struct dpp_authentication *auth = wpa_s->dpp_auth; local 381 struct dpp_authentication *auth = wpa_s->dpp_auth; local 443 struct dpp_authentication *auth = wpa_s->dpp_auth; local 453 struct dpp_authentication *auth = wpa_s->dpp_auth; local 472 struct dpp_authentication *auth = wpa_s->dpp_auth; local 489 struct dpp_authentication *auth = wpa_s->dpp_auth; local 508 struct dpp_authentication *auth = wpa_s->dpp_auth; local 629 struct dpp_authentication *auth = wpa_s->dpp_auth; local 695 struct dpp_authentication *auth = wpa_s->dpp_auth; local 741 struct dpp_authentication *auth = wpa_s->dpp_auth; local 835 struct dpp_authentication *auth; local 1149 struct dpp_authentication *auth = wpa_s->dpp_auth; local 1169 struct dpp_authentication *auth = wpa_s->dpp_auth; local 1332 struct dpp_authentication *auth = wpa_s->dpp_auth; local 1370 struct dpp_authentication *auth = wpa_s->dpp_auth; local 1814 struct dpp_authentication *auth = wpa_s->dpp_auth; local 1839 struct dpp_authentication *auth = wpa_s->dpp_auth; local 1857 struct dpp_authentication *auth = wpa_s->dpp_auth; local 1975 struct dpp_authentication *auth = wpa_s->dpp_auth; local 1990 struct dpp_authentication *auth = wpa_s->dpp_auth; local 2070 struct dpp_authentication *auth = wpa_s->dpp_auth; local 2126 struct dpp_authentication *auth = wpa_s->dpp_auth; local 2160 struct dpp_authentication *auth = wpa_s->dpp_auth; local 2177 struct dpp_authentication *auth = wpa_s->dpp_auth; local 2230 struct dpp_authentication *auth = wpa_s->dpp_auth; local 2316 struct dpp_authentication *auth = wpa_s->dpp_auth; local 2411 struct dpp_authentication *auth; local 2482 struct dpp_authentication *auth = wpa_s->dpp_auth; local 2503 struct dpp_authentication *auth; local 2594 struct dpp_authentication *auth; local 2652 struct dpp_authentication *auth = wpa_s->dpp_auth; local 2697 struct dpp_authentication *auth = wpa_s->dpp_auth; local 2963 struct dpp_authentication *auth; local 4178 struct dpp_authentication *auth = wpa_s->dpp_auth; local 4195 struct dpp_authentication *auth = wpa_s->dpp_auth; local 4309 struct dpp_authentication *auth = wpa_s->dpp_auth; local 4389 struct dpp_authentication *auth; local 4925 struct dpp_authentication *auth = wpa_s->dpp_auth; local 5405 struct dpp_authentication *auth = wpa_s->dpp_auth; local [all...] |
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_auth.c | 140 struct drm_auth *auth = data; local 144 auth->magic = file_priv->magic; 150 auth->magic = old+1; 152 if (!atomic_cmpset_int(&sequence, old, auth->magic)) 154 } while (drm_find_file(dev, auth->magic)); 155 file_priv->magic = auth->magic; 156 drm_add_magic(dev, file_priv, auth->magic); 160 DRM_DEBUG("%u\n", auth->magic); 171 struct drm_auth *auth = data; local 174 DRM_DEBUG("%u\n", auth->magic) [all...] |
| /src/crypto/external/bsd/openssh/bin/ssh/ |
| Makefile | 9 sshconnect.c sshconnect2.c mux.c auth.c auth-options.c 11 COPTS.auth.c= -DHOST_ONLY
|