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

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralSubtrees.java 84 GeneralSubtrees gss = (GeneralSubtrees) object;
85 return (gss.generalSubtrees == null)
87 : gss.generalSubtrees;
  /external/ipsec-tools/src/racoon/
gssapi.h 52 gss_buffer_desc gss[3]; /* gss-api tokens. */ member in struct:gssapi_ph1_state
gssapi.c 245 * XXXJRT Did this debug message ever work? This is a GSS name
310 itoken = &gps->gss[gps->gsscnt];
360 itoken = &gps->gss[gps->gsscnt];
435 gsstoken = &gps->gss[gps->gsscnt - 1];
459 len += gps->gss[i].length;
466 memcpy(p, gps->gss[i].value, gps->gss[i].length);
467 p += gps->gss[i].length;
727 * XXXJRT Did this debug message ever work? This is a GSS name

Completed in 46 milliseconds