Home
last modified time | relevance | path

Searched refs:ah_verf (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libc/rpc/
H A Dauth_unix.c118 auth->ah_verf = au->au_shcred = _null_auth; in authunix_create()
306 if (auth->ah_verf.oa_base != NULL) in authunix_destroy()
307 mem_free(auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()
325 (! xdr_opaque_auth(xdrs, &(auth->ah_verf)))) { in marshal_new_auth()
H A Dauth_none.c84 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create()
90 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
H A Dpmap_rmt.c275 msg.rm_call.cb_verf = unix_auth->ah_verf; in clnt_broadcast()
/openbsd/include/rpc/
H A Dauth.h102 struct opaque_auth ah_verf; member
/openbsd/usr.sbin/ypbind/
H A Dypbind.c606 msg.rm_call.cb_verf = rpcua->ah_verf; in ping()
668 msg.rm_call.cb_verf = rpcua->ah_verf; in pings()
/openbsd/usr.bin/rusers/
H A Drusers.c473 msg->rm_call.cb_verf = unix_auth->ah_verf; in rpc_setup()