Home | History | Annotate | Download | only in racoon

Lines Matching refs:gsshash

1292 	vchar_t *gsshash = NULL;
1594 gsshash = gssapi_unwraphash(iph1);
1595 if (gsshash == NULL) {
1600 result = memcmp(my_hash->v, gsshash->v, my_hash->l);
1602 vfree(gsshash);