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

  /onnv/onnv-gate/usr/src/lib/rpcsec_gss/
rpcsec_gss.c 84 uint_t gss_proc; /* GSS control procedure */ member in struct:_rpc_gss_data
269 ap->gss_proc = RPCSEC_GSS_INIT;
335 ap->gss_proc = RPCSEC_GSS_CONTINUE_INIT;
386 ap->gss_proc = RPCSEC_GSS_DATA;
462 ag_creds.gss_proc = ap->gss_proc;
734 ap->gss_proc = RPCSEC_GSS_DESTROY;
svc_rpcsec_gss.c 621 if (creds.gss_proc == RPCSEC_GSS_INIT) {
640 if (creds.gss_proc != RPCSEC_GSS_CONTINUE_INIT) {
700 if (creds.gss_proc == RPCSEC_GSS_DATA) {
710 if (creds.gss_proc != RPCSEC_GSS_INIT && creds.gss_proc !=
915 if ((creds.gss_proc != RPCSEC_GSS_DATA) &&
916 (creds.gss_proc != RPCSEC_GSS_DESTROY)) {
918 switch (creds.gss_proc) {
1032 if (creds.gss_proc == RPCSEC_GSS_DESTROY) {
    [all...]
rpcsec_gss_misc.c 80 !xdr_u_int(xdrs, &creds->gss_proc) ||
  /onnv/onnv-gate/usr/src/uts/common/rpc/sec_gss/
rpcsec_gss.c 85 uint_t gss_proc; /* GSS control procedure */ member in struct:_rpc_gss_data
579 ap->gss_proc = RPCSEC_GSS_INIT;
728 ap->gss_proc = RPCSEC_GSS_CONTINUE_INIT;
847 ap->gss_proc = RPCSEC_GSS_DATA;
889 ag_creds.gss_proc = ap->gss_proc;
1124 proc_sav = ap->gss_proc;
1161 ap->gss_proc = proc_sav;
1292 ap->gss_proc = RPCSEC_GSS_DESTROY;
    [all...]
rpcsec_gss_misc.c 96 !xdr_u_int(xdrs, (uint_t *)&creds->gss_proc) ||
svc_rpcsec_gss.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/rpc/
rpcsec_defs.h 83 uint_t gss_proc; member in struct:_rpc_gss_creds

Completed in 540 milliseconds