Home | History | Annotate | Download | only in racoon

Lines Matching refs:gsshash

1245 	vchar_t *gsshash = NULL;
1583 gsshash = gssapi_unwraphash(iph1);
1584 if (gsshash == NULL) {
1589 result = memcmp(my_hash->v, gsshash->v, my_hash->l);
1591 vfree(gsshash);