OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opaque_auth
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
auth.h
82
struct
opaque_auth
{
struct
93
struct
opaque_auth
ah_cred;
94
struct
opaque_auth
ah_verf;
99
int (*ah_validate) (AUTH *, struct
opaque_auth
*);
114
* struct
opaque_auth
verf;
142
extern struct
opaque_auth
_null_auth;
206
extern bool_t xdr_opaque_auth (XDR *, struct
opaque_auth
*) __THROW;
rpc_msg.h
88
struct
opaque_auth
ar_verf;
142
struct
opaque_auth
cb_cred;
143
struct
opaque_auth
cb_verf; /* protocol specific - provided by client */
auth_unix.h
81
struct
opaque_auth
new_cred;
svc.h
94
struct
opaque_auth
xp_verf; /* raw response verifier */
151
struct
opaque_auth
rq_cred; /* raw creds from the wire */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
auth.h
82
struct
opaque_auth
{
struct
93
struct
opaque_auth
ah_cred;
94
struct
opaque_auth
ah_verf;
99
int (*ah_validate) (AUTH *, struct
opaque_auth
*);
114
* struct
opaque_auth
verf;
142
extern struct
opaque_auth
_null_auth;
206
extern bool_t xdr_opaque_auth (XDR *, struct
opaque_auth
*) __THROW;
rpc_msg.h
88
struct
opaque_auth
ar_verf;
142
struct
opaque_auth
cb_cred;
143
struct
opaque_auth
cb_verf; /* protocol specific - provided by client */
auth_unix.h
81
struct
opaque_auth
new_cred;
svc.h
94
struct
opaque_auth
xp_verf; /* raw response verifier */
151
struct
opaque_auth
rq_cred; /* raw creds from the wire */
Completed in 44 milliseconds