HomeSort by relevance Sort by last modified time
    Searched refs:opaque_auth (Results 1 - 17 of 17) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
auth.h 85 struct opaque_auth { struct
96 struct opaque_auth ah_cred;
97 struct opaque_auth ah_verf;
102 int (*ah_validate) (AUTH *, struct opaque_auth *);
117 * struct opaque_auth verf;
145 extern struct opaque_auth _null_auth;
209 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *) __THROW;
rpc_msg.h 92 struct opaque_auth ar_verf;
146 struct opaque_auth cb_cred;
147 struct opaque_auth cb_verf; /* protocol specific - provided by client */
auth_unix.h 85 struct opaque_auth new_cred;
svc.h 96 struct opaque_auth xp_verf; /* raw response verifier */
153 struct opaque_auth rq_cred; /* raw creds from the wire */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth.h 85 struct opaque_auth { struct
96 struct opaque_auth ah_cred;
97 struct opaque_auth ah_verf;
102 int (*ah_validate) (AUTH *, struct opaque_auth *);
117 * struct opaque_auth verf;
145 extern struct opaque_auth _null_auth;
209 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *) __THROW;
rpc_msg.h 92 struct opaque_auth ar_verf;
146 struct opaque_auth cb_cred;
147 struct opaque_auth cb_verf; /* protocol specific - provided by client */
auth_unix.h 85 struct opaque_auth new_cred;
svc.h 96 struct opaque_auth xp_verf; /* raw response verifier */
153 struct opaque_auth rq_cred; /* raw creds from the wire */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth.h 85 struct opaque_auth { struct
96 struct opaque_auth ah_cred;
97 struct opaque_auth ah_verf;
102 int (*ah_validate) (AUTH *, struct opaque_auth *);
117 * struct opaque_auth verf;
145 extern struct opaque_auth _null_auth;
209 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *) __THROW;
rpc_msg.h 92 struct opaque_auth ar_verf;
146 struct opaque_auth cb_cred;
147 struct opaque_auth cb_verf; /* protocol specific - provided by client */
auth_unix.h 85 struct opaque_auth new_cred;
svc.h 96 struct opaque_auth xp_verf; /* raw response verifier */
153 struct opaque_auth rq_cred; /* raw creds from the wire */
  /hardware/msm7k/librpc/rpc/
xdr.h 69 extern bool_t xdr_call_msg_start (XDR *xdr, uint32 prog, uint32 ver, uint32 proc, opaque_auth *cred, opaque_auth *verf);
70 extern bool_t xdr_reply_msg_start (XDR *xdr, opaque_auth *verf);
71 extern bool_t xdr_send_auth (XDR *xdr, const opaque_auth *auth);
types.h 258 typedef struct opaque_auth { struct
262 } opaque_auth; typedef in typeref:struct:opaque_auth
275 opaque_auth verf;
396 opaque_auth verf; /* verf to send back */
  /hardware/msm7k/librpc/
rpc.c 12 opaque_auth *cred,
13 opaque_auth *verf)
31 opaque_auth *verf)
128 xdr_send_auth(xdr_s_type *xdr, const opaque_auth *auth)
clnt.c 306 opaque_auth cred;
307 opaque_auth verf;
421 bool_t xdr_recv_auth (xdr_s_type *xdr, opaque_auth *auth)
svc.c 491 opaque_auth verf;

Completed in 256 milliseconds