Searched refs:gsshash (Results 1 – 3 of 3) sorted by relevance
598 vchar_t *gsshash = NULL; local671 gsshash = gssapi_wraphash(iph1);672 if (gsshash == NULL) {681 gsshash, ISAKMP_NPTYPE_HASH);740 if (gsshash)741 vfree(gsshash);933 vchar_t *gsstoken = NULL, *gsshash = NULL; local1120 gsshash = gssapi_wraphash(iph1);1121 if (gsshash == NULL) {1170 gsshash, ISAKMP_NPTYPE_HASH);[all …]
1750 vchar_t *gsshash = NULL; local1804 gsshash = gssapi_wraphash(iph1);1805 if (gsshash == NULL)1823 plist = isakmp_plist_append(plist, gsshash, ISAKMP_NPTYPE_HASH);
1276 vchar_t *gsshash = NULL; local1578 gsshash = gssapi_unwraphash(iph1);1579 if (gsshash == NULL) {1584 result = memcmp(my_hash->v, gsshash->v, my_hash->l);1586 vfree(gsshash);