Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dauth_none.c76 AUTH no_client; member
89 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_init()
90 ap->no_client.ah_ops = &authnone_ops; in authnone_init()
92 xdr_opaque_auth(&xdrs, &ap->no_client.ah_cred); in authnone_init()
93 xdr_opaque_auth(&xdrs, &ap->no_client.ah_verf); in authnone_init()
104 return (&ap->no_client); in authnone_create()
/freebsd/lib/libc/rpc/
H A Dauth_none.c68 AUTH no_client; member
90 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create()
91 ap->no_client.ah_ops = authnone_ops(); in authnone_create()
95 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create()
96 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
101 return (&ap->no_client); in authnone_create()
/freebsd/sys/rpc/rpcsec_tls/
H A Dauth_tls.c80 AUTH no_client; member
97 ap->no_client.ah_cred = _tls_null_auth; in authtls_init()
98 ap->no_client.ah_verf = _null_auth; in authtls_init()
99 ap->no_client.ah_ops = &authtls_ops; in authtls_init()
101 xdr_opaque_auth(&xdrs, &ap->no_client.ah_cred); in authtls_init()
102 xdr_opaque_auth(&xdrs, &ap->no_client.ah_verf); in authtls_init()
113 return (&ap->no_client); in authtls_create()