Searched refs:auth (Results 1 - 25 of 181) sorted by relevance

12345678

/openbsd-current/include/rpc/
H A Dauth.h1 /* $OpenBSD: auth.h,v 1.9 2022/02/14 03:38:59 guenther Exp $ */
2 /* $NetBSD: auth.h,v 1.7 1995/04/29 05:27:55 cgd Exp $ */
34 * from: @(#)auth.h 1.17 88/02/08 SMI
35 * @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
39 * auth.h, Authentication interface.
91 enum_t oa_flavor; /* flavor of auth */
92 caddr_t oa_base; /* address of more auth stuff */
122 * The ops and the auth handle provide the interface to the authenticators.
124 * AUTH *auth;
128 #define AUTH_NEXTVERF(auth) \
[all...]
/openbsd-current/etc/examples/
H A Dripd.conf9 auth-type crypt
10 auth-md-keyid 1
11 auth-md 1 test
16 auth-type simple
17 auth-key secret
H A Dospfd.conf13 # auth-key secret
14 # auth-type simple
27 auth-type simple
28 auth-key secret
32 auth-type simple
33 auth-key unknown
/openbsd-current/lib/libssl/test/
H A Dtestsslproxy5 for auth in A B C BC; do
7 sh ./testssl $1 $2 $3 "-proxy -proxy_auth $auth -proxy_cond $cond"
/openbsd-current/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp_log.c57 HDCP_DDC_READ_TRACE(hdcp, "BKSV", hdcp->auth.msg.hdcp1.bksv,
58 sizeof(hdcp->auth.msg.hdcp1.bksv));
59 HDCP_DDC_READ_TRACE(hdcp, "BCAPS", &hdcp->auth.msg.hdcp1.bcaps,
60 sizeof(hdcp->auth.msg.hdcp1.bcaps));
62 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus,
63 sizeof(hdcp->auth.msg.hdcp1.bstatus));
64 HDCP_DDC_WRITE_TRACE(hdcp, "AN", hdcp->auth.msg.hdcp1.an,
65 sizeof(hdcp->auth.msg.hdcp1.an));
66 HDCP_DDC_WRITE_TRACE(hdcp, "AKSV", hdcp->auth.msg.hdcp1.aksv,
67 sizeof(hdcp->auth
[all...]
H A Dhdcp_ddc.c251 hdcp->auth.msg.hdcp1.bksv,
252 sizeof(hdcp->auth.msg.hdcp1.bksv));
258 &hdcp->auth.msg.hdcp1.bcaps,
259 sizeof(hdcp->auth.msg.hdcp1.bcaps));
268 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus,
272 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus,
273 sizeof(hdcp->auth.msg.hdcp1.bstatus));
280 (uint8_t *)&hdcp->auth.msg.hdcp1.r0p,
281 sizeof(hdcp->auth.msg.hdcp1.r0p));
291 hdcp->auth
[all...]
/openbsd-current/lib/libc/rpc/
H A Dauth_unix.c52 #include <rpc/auth.h>
82 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
84 static void marshal_new_auth(AUTH *auth);
89 * Returns an auth handle with the given stuff in it.
98 AUTH *auth; local
102 * Allocate and set up auth handle
104 auth = (AUTH *)mem_alloc(sizeof(*auth));
106 if (auth
211 authunix_nextverf(AUTH *auth) argument
217 authunix_marshal(AUTH *auth, XDR *xdrs) argument
225 authunix_validate(AUTH *auth, struct opaque_auth *verf) argument
253 authunix_refresh(AUTH *auth) argument
295 authunix_destroy(AUTH *auth) argument
317 marshal_new_auth(AUTH *auth) argument
[all...]
/openbsd-current/usr.bin/skeyaudit/
H A DMakefile4 BINGRP= auth
/openbsd-current/usr.bin/skeyinit/
H A DMakefile4 BINGRP=auth
/openbsd-current/usr.bin/lock/
H A DMakefile5 BINGRP= auth
/openbsd-current/regress/usr.sbin/snmpd/
H A Dsnmpd.conf18 user auth_md5 authkey testpass auth hmac-md5
19 user auth_sha1 authkey testpass auth hmac-sha1
20 user auth_sha224 authkey testpass auth hmac-sha224
21 user auth_sha256 authkey testpass auth hmac-sha256
22 user auth_sha384 authkey testpass auth hmac-sha384
23 user auth_sha512 authkey testpass auth hmac-sha512
24 user authpriv_md5_des authkey testpass auth hmac-md5 enckey testpass enc des
25 user authpriv_md5_aes authkey testpass auth hmac-md5 enckey testpass enc aes
26 user authpriv_sha1_des authkey testpass auth hmac-sha1 enckey testpass enc des
27 user authpriv_sha1_aes authkey testpass auth hma
[all...]
/openbsd-current/libexec/login_chpass/
H A DMakefile11 BINGRP= auth
13 BINDIR= /usr/libexec/auth
/openbsd-current/libexec/login_reject/
H A DMakefile9 BINGRP= auth
11 BINDIR= /usr/libexec/auth
/openbsd-current/libexec/login_skey/
H A DMakefile10 BINGRP= auth
12 BINDIR= /usr/libexec/auth
/openbsd-current/libexec/login_yubikey/
H A DMakefile9 BINGRP= auth
11 BINDIR= /usr/libexec/auth
/openbsd-current/libexec/login_passwd/
H A DMakefile10 BINGRP= auth
12 BINDIR= /usr/libexec/auth
/openbsd-current/lib/libc/hidden/rpc/
H A Dauth.h1 /* $OpenBSD: auth.h,v 1.1 2015/09/13 15:36:56 guenther Exp $ */
21 #include_next <rpc/auth.h>
/openbsd-current/usr.bin/skeyinfo/
H A DMakefile8 BINGRP= auth
/openbsd-current/libexec/login_lchpass/
H A DMakefile15 BINGRP= auth
17 BINDIR= /usr/libexec/auth
/openbsd-current/usr.sbin/npppd/npppd/
H A Dnpppd_auth.c178 struct authconf *auth; local
180 TAILQ_FOREACH(auth, &base->npppd->conf.authconfs, entry) {
181 if (strcmp(auth->name, base->name) == 0)
184 if (auth == NULL)
188 if (auth->username_suffix != NULL)
189 strlcpy(base->pppsuffix, auth->username_suffix,
191 base->eap_capable = auth->eap_capable;
192 base->strip_nt_domain = auth->strip_nt_domain;
193 base->strip_atmark_realm = auth->strip_atmark_realm;
196 base->user_max_session = auth
515 npppd_auth_radius_reload(npppd_auth_base *base, struct authconf *auth) argument
[all...]
/openbsd-current/etc/etc.hppa/
H A Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
35 # :tc=auth-defaults:\
37 # :auth=passwd,myauth,activ:\
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd-current/etc/etc.landisk/
H A Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
35 # :tc=auth-defaults:\
37 # :auth=passwd,myauth,activ:\
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd-current/etc/etc.luna88k/
H A Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
35 # :tc=auth-defaults:\
37 # :auth=passwd,myauth,activ:\
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd-current/etc/etc.alpha/
H A Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
35 # :tc=auth-defaults:\
37 # :auth=passwd,myauth,activ:\
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:
/openbsd-current/etc/etc.amd64/
H A Dlogin.conf27 auth-defaults:auth=passwd,skey:
30 auth-ftp-defaults:auth-ftp=passwd:
35 # :tc=auth-defaults:\
37 # :auth=passwd,myauth,activ:\
52 :tc=auth-defaults:\
53 :tc=auth-ftp-defaults:

Completed in 392 milliseconds

12345678