| /openbsd/src/include/rpc/ |
| D | auth.h | 128 #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
|
| /openbsd/src/lib/libc/rpc/ |
| D | auth_unix.c | 82 #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/usr.sbin/bgpd/ |
| D | pfkey.c | 532 pfkey_md5sig_establish(struct auth_state *as, struct auth_config *auth, in pfkey_md5sig_establish() 608 pfkey_ipsec_establish(struct auth_state *as, struct auth_config *auth, in pfkey_ipsec_establish() 770 pfkey_establish(struct auth_state *as, struct auth_config *auth, in pfkey_establish() 815 pfkey_send_conf(struct imsgbuf *imsgbuf, uint32_t id, struct auth_config *auth) in pfkey_send_conf() 825 struct auth_config *auth = &p->auth_conf; in pfkey_recv_conf() local 832 tcp_md5_check(int fd, struct auth_config *auth) in tcp_md5_check() 856 tcp_md5_set(int fd, struct auth_config *auth, struct bgpd_addr *remote_addr) in tcp_md5_set()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | PointerAuth.md | 67 ##### Syntax: 73 ##### Overview: 77 ##### Arguments: 85 ##### Semantics:
|
| /openbsd/src/usr.sbin/npppd/npppd/ |
| D | parse.y | 981 struct authconf *auth; variable 1521 struct authconf *auth, *auth0; local 1640 authconf_init(struct authconf *auth) 1649 authconf_fini(struct authconf *auth) 1678 struct authconf *auth; local
|
| D | npppd_auth.c | 178 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()
|
| D | npppd_config.c | 230 struct authconf *auth; in npppd_auth_realm_reload() local
|
| /openbsd/src/usr.sbin/ldpd/ |
| D | pfkey.c | 370 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
|
| D | printconf.c | 190 struct ldp_auth *auth; in print_auth() local
|
| D | ldpd.c | 702 struct ldp_auth *auth; in main_imsg_send_config() local 1231 struct ldp_auth *auth; in auth_find() local 1257 struct ldp_auth *auth, *nauth, *xauth; in merge_auths() local
|
| /openbsd/src/usr.sbin/radiusd/ |
| D | parse.y | 391 struct radiusd_authentication *auth; variable 403 struct radiusd_authentication *auth; variable 942 struct radiusd_authentication *auth; in create_authen() local 1017 radiusd_authentication_init(struct radiusd_authentication *auth) in radiusd_authentication_init()
|
| /openbsd/src/usr.sbin/ldapd/ |
| D | auth.c | 298 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/ |
| D | drm_auth.c | 99 struct drm_auth *auth = data; in drm_getmagic() local 120 struct drm_auth *auth = data; in drm_authmagic() local
|
| /openbsd/src/usr.sbin/httpd/ |
| D | config.c | 89 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
|
| D | httpd.c | 279 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/sbin/mount_nfs/ |
| D | mount_nfs.c | 139 long auth; member 535 long auth, authcnt, authfnd = 0; in xdr_fh() local
|
| /openbsd/src/usr.sbin/amd/amd/ |
| D | misc_rpc.c | 110 struct rpc_msg *mp, void *arg, xdrproc_t arg_xdr, AUTH *auth) in make_rpc_packet()
|
| /openbsd/src/usr.sbin/amd/rpcx/ |
| D | mount_xdr.c | 49 long auth, authcnt, authfnd = 0; in xdr_fhstatus() local
|
| /openbsd/src/libexec/login_radius/ |
| D | raddauth.c | 349 auth_hdr_t auth; in rad_request() local 466 auth_hdr_t auth; in rad_recv() local
|
| /openbsd/src/usr.sbin/acme-client/ |
| D | main.c | 45 char *chngdir = NULL, *auth = NULL; in main() local
|
| D | parse.h | 55 char *auth; member
|
| /openbsd/src/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
| D | SMTP.pm | 161 sub auth { subroutine
|
| D | POP3.pm | 459 sub auth { subroutine
|
| /openbsd/src/usr.sbin/tcpdump/ |
| D | radius.h | 110 u_char auth[16]; member
|
| D | print-ospf.c | 559 struct ospf_md5_authdata auth; in ospf_print() local
|