Home
last modified time | relevance | path

Searched refs:gsshash (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_agg.c598 vchar_t *gsshash = NULL; local
671 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; local
1120 gsshash = gssapi_wraphash(iph1);
1121 if (gsshash == NULL) {
1170 gsshash, ISAKMP_NPTYPE_HASH);
[all …]
H A Disakmp_ident.c1750 vchar_t *gsshash = NULL; local
1804 gsshash = gssapi_wraphash(iph1);
1805 if (gsshash == NULL)
1823 plist = isakmp_plist_append(plist, gsshash, ISAKMP_NPTYPE_HASH);
H A Doakley.c1276 vchar_t *gsshash = NULL; local
1578 gsshash = gssapi_unwraphash(iph1);
1579 if (gsshash == NULL) {
1584 result = memcmp(my_hash->v, gsshash->v, my_hash->l);
1586 vfree(gsshash);