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

  /external/ipsec-tools/src/racoon/
gssapi.h 49 int gsscnt; /* # of token we're working on */ member in struct:gssapi_ph1_state
gssapi.c 310 itoken = &gps->gss[gps->gsscnt];
337 gps->gsscnt++;
360 itoken = &gps->gss[gps->gsscnt];
392 gps->gsscnt++;
435 gsstoken = &gps->gss[gps->gsscnt - 1];
458 for (i = len = 0; i < gps->gsscnt; i++)
465 for (i = 0; i < gps->gsscnt; i++) {
473 "%d itokens of length %zu\n", gps->gsscnt, (*tokens)->l);

Completed in 104 milliseconds