Home | History | Annotate | Download | only in racoon

Lines Matching full:hash

346 	VPTRINIT(iph1->hash);
857 vchar_t *hash;
865 hash = eay_md5_one(rbuf);
866 if (!hash) {
873 if (memcmp(hash->v, r->hash->v, r->hash->l) == 0)
876 vfree(hash);
929 * adding a hash of received packet into the received list.
950 new->hash = eay_md5_one(rbuf);
951 if (!new->hash) {
996 if (r->hash)
997 vfree(r->hash);