Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 25 of 113) sorted by relevance

12345

/minix3/external/bsd/dhcpcd/dist/
H A Dauth.h66 struct auth { struct
85 const struct auth *, argument
H A Dauth.c109 dhcp_auth_validate(struct authstate *state, const struct auth *auth, in dhcp_auth_validate()
391 get_next_rdm_monotonic_counter(struct auth *auth) in get_next_rdm_monotonic_counter()
441 get_next_rdm_monotonic_clock(struct auth *auth) in get_next_rdm_monotonic_clock()
459 get_next_rdm_monotonic(struct auth *auth) in get_next_rdm_monotonic()
478 dhcp_auth_encode(struct auth *auth, const struct token *t, in dhcp_auth_encode()
/openbsd-src/include/rpc/
H A Dauth.h128 #define AUTH_NEXTVERF(auth) \ argument
130 #define auth_nextverf(auth) \ argument
133 #define AUTH_MARSHALL(auth, xdrs) \ argument
135 #define auth_marshall(auth, xdrs) \ argument
138 #define AUTH_VALIDATE(auth, verfp) \ argument
140 #define auth_validate(auth, verfp) \ argument
143 #define AUTH_REFRESH(auth) \ argument
145 #define auth_refresh(auth) \ argument
148 #define AUTH_DESTROY(auth) \ argument
150 #define auth_destroy(auth) \ argument
/minix3/lib/libc/rpc/
H A Dauth_unix.c97 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
110 AUTH *auth; in authunix_create() local
216 authunix_nextverf(AUTH *auth) in authunix_nextverf()
222 authunix_marshal(AUTH *auth, XDR *xdrs) in authunix_marshal()
234 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate()
266 authunix_refresh(AUTH *auth) in authunix_refresh()
310 authunix_destroy(AUTH *auth) in authunix_destroy()
335 marshal_new_auth(AUTH *auth) in marshal_new_auth()
H A Dauth_none.c140 authnone_validate(AUTH *client, struct opaque_auth *auth) in authnone_validate()
/minix3/include/rpc/
H A Dauth.h125 #define AUTH_NEXTVERF(auth) \ argument
127 #define auth_nextverf(auth) \ argument
130 #define AUTH_MARSHALL(auth, xdrs) \ argument
132 #define auth_marshall(auth, xdrs) \ argument
135 #define AUTH_VALIDATE(auth, verfp) \ argument
137 #define auth_validate(auth, verfp) \ argument
140 #define AUTH_REFRESH(auth) \ argument
142 #define auth_refresh(auth) \ argument
145 #define AUTH_DESTROY(auth) \ argument
147 #define auth_destroy(auth) \ argument
/openbsd-src/lib/libc/rpc/
H A Dauth_unix.c82 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
98 AUTH *auth; in authunix_create() local
211 authunix_nextverf(AUTH *auth) in authunix_nextverf()
217 authunix_marshal(AUTH *auth, XDR *xdrs) in authunix_marshal()
225 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate()
253 authunix_refresh(AUTH *auth) in authunix_refresh()
295 authunix_destroy(AUTH *auth) in authunix_destroy()
317 marshal_new_auth(AUTH *auth) in marshal_new_auth()
/openbsd-src/gnu/llvm/llvm/docs/
H A DPointerAuth.md67 ##### Syntax:
73 ##### Overview:
77 ##### Arguments:
85 ##### Semantics:
/openbsd-src/usr.sbin/npppd/npppd/
H A Dparse.y981 struct authconf *auth; variable
1521 struct authconf *auth, *auth0; local
1640 authconf_init(struct authconf *auth) argument
1649 authconf_fini(struct authconf * auth) global() argument
1678 struct authconf *auth; global() local
[all...]
H A Dnpppd_auth.c178 struct authconf *auth; in npppd_auth_reload() local
515 npppd_auth_radius_reload(npppd_auth_base *base, struct authconf *auth) in npppd_auth_radius_reload()
H A Dnpppd_config.c230 struct authconf *auth; in npppd_auth_realm_reload() local
/openbsd-src/usr.sbin/ldpd/
H A Dpfkey.c370 pfkey_md5sig_establish(struct nbr *nbr, struct ldp_auth *auth) in pfkey_md5sig_establish()
413 struct ldp_auth *auth, *match = NULL; in pfkey_find_auth() local
431 struct ldp_auth *auth = NULL; in pfkey_establish() local
H A Dprintconf.c190 struct ldp_auth *auth; in print_auth() local
/openbsd-src/usr.sbin/radiusd/
H A Dparse.y391 struct radiusd_authentication *auth; variable
403 struct radiusd_authentication *auth; variable
941 struct radiusd_authentication *auth; create_authen() local
1016 radiusd_authentication_init(struct radiusd_authentication * auth) radiusd_authentication_init() argument
[all...]
/openbsd-src/usr.sbin/ldapd/
H A Dauth.c298 ldap_auth_simple(struct request *req, char *binddn, struct ber_element *auth) in ldap_auth_simple()
405 struct ber_element *auth; in ldap_bind() local
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_auth.c100 struct drm_auth *auth = data; in drm_getmagic() local
121 struct drm_auth *auth = data; in drm_authmagic() local
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dbuild_auth.c115 Authenticator auth; in _krb5_build_authenticator() local
/openbsd-src/usr.sbin/httpd/
H A Dconfig.c89 struct auth *auth; in config_purge() local
866 config_setauth(struct httpd *env, struct auth *auth) in config_setauth()
893 struct auth auth; in config_getauth() local
H A Dhttpd.c279 struct auth *auth; in parent_configure() local
1167 auth_add(struct serverauth *serverauth, struct auth *auth) in auth_add()
1189 struct auth *auth; in auth_byid() local
1200 auth_free(struct serverauth *serverauth, struct auth *auth) in auth_free()
/openbsd-src/usr.sbin/amd/amd/
H A Dmisc_rpc.c110 struct rpc_msg *mp, void *arg, xdrproc_t arg_xdr, AUTH *auth) in make_rpc_packet()
/openbsd-src/sbin/mount_nfs/
H A Dmount_nfs.c139 long auth; member
534 long auth, authcnt, authfnd = 0; xdr_fh() local
/openbsd-src/usr.sbin/amd/rpcx/
H A Dmount_xdr.c49 long auth, authcnt, authfnd = 0; in xdr_fhstatus() local
/minix3/tests/rump/rumpkern/h_client/
H A Dh_forkcli.c121 uint32_t *auth; in fakeauth() local
/openbsd-src/usr.sbin/acme-client/
H A Dmain.c45 char *chngdir = NULL, *auth = NULL; in main() local
/minix3/crypto/external/bsd/openssl/dist/engines/vendor_defns/
H A Dhw_ubsec.h44 unsigned char auth[MAX_MAC_KEY_LENGTH]; member

12345