Searched refs:gsshash (Results 1 – 3 of 3) sorted by relevance
620 vchar_t *gsshash = NULL; local693 gsshash = gssapi_wraphash(iph1);694 if (gsshash == NULL) {703 gsshash, ISAKMP_NPTYPE_HASH);762 if (gsshash)763 vfree(gsshash);958 vchar_t *gsstoken = NULL, *gsshash = NULL; local1160 gsshash = gssapi_wraphash(iph1);1161 if (gsshash == NULL) {1206 gsshash, ISAKMP_NPTYPE_HASH);[all …]
1776 vchar_t *gsshash = NULL; local1842 gsshash = gssapi_wraphash(iph1);1843 if (gsshash == NULL)1857 plist = isakmp_plist_append(plist, gsshash, ISAKMP_NPTYPE_HASH);
1249 vchar_t *gsshash = NULL; local1587 gsshash = gssapi_unwraphash(iph1);1588 if (gsshash == NULL) {1593 result = memcmp(my_hash->v, gsshash->v, my_hash->l);1595 vfree(gsshash);