Home
last modified time | relevance | path

Searched refs:no_client (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/rpc/
HDauth_none.c80 AUTH no_client; member
93 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_init()
94 ap->no_client.ah_ops = &authnone_ops; in authnone_init()
96 xdr_opaque_auth(&xdrs, &ap->no_client.ah_cred); in authnone_init()
97 xdr_opaque_auth(&xdrs, &ap->no_client.ah_verf); in authnone_init()
108 return (&ap->no_client); in authnone_create()
/NextBSD/lib/libc/rpc/
HDauth_none.c73 AUTH no_client; member
95 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create()
96 ap->no_client.ah_ops = authnone_ops(); in authnone_create()
100 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create()
101 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
106 return (&ap->no_client); in authnone_create()