Home | History | Annotate | Download | only in racoon

Lines Matching defs:my_hash

1289 	vchar_t *my_hash = NULL;
1337 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1341 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1343 my_hash = oakley_ph1hash_base_i(iph1, VALIDATE);
1350 if (my_hash == NULL)
1353 result = memcmp(my_hash->v, r_hash, my_hash->l);
1354 vfree(my_hash);
1498 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1502 my_hash = oakley_ph1hash_base_r(iph1, VALIDATE);
1504 my_hash = oakley_ph1hash_base_i(iph1, VALIDATE);
1511 if (my_hash == NULL)
1521 error = eay_check_x509sign(my_hash,
1527 iph1->rsa_p = rsa_try_check_rsasign(my_hash,
1538 vfree(my_hash);
1542 vfree(my_hash);
1579 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1587 if (my_hash == NULL) {
1596 vfree(my_hash);
1600 result = memcmp(my_hash->v, gsshash->v, my_hash->l);
1601 vfree(my_hash);