Searched refs:RPCSEC_GSS (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.h36 #define RPCSEC_GSS 6 macro
97 * The client's RPCSEC_GSS context information
136 * The server's RPCSEC_GSS context information
H A Dnfs_gss.c30 * These functions implement RPCSEC_GSS security for the NFS client and server.
34 * In contrast to the original AUTH_SYS authentication, RPCSEC_GSS is stateful.
54 * creation. During this phase, the client's RPC header contains an RPCSEC_GSS
148 * in the RPCSEC_GSS verifiers.
409 * Inserts an RPCSEC_GSS credential into an RPC header.
528 nfsm_chain_add_32(error, nmc, RPCSEC_GSS);
564 nfsm_chain_add_32(error, nmc, RPCSEC_GSS); // flavor
693 * If it's not an RPCSEC_GSS verifier, then it has to
699 if (verftype != RPCSEC_GSS) {
712 * If we received an RPCSEC_GSS verifie
[all...]
H A Dnfs4_subs.c595 case RPCSEC_GSS:
H A Dnfs_socket.c3359 * It's an RPCSEC_GSS request.
3768 * If the request used an RPCSEC_GSS credential
3830 * An RPCSEC_GSS cred or context problem.
5460 /* RPCSEC_GSS verifier */
6021 } else if (auth_type == RPCSEC_GSS) {

Completed in 43 milliseconds