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

  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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;

Completed in 55 milliseconds