Home | History | Annotate | Download | only in racoon

Lines Matching refs:my_hash

1242 	vchar_t *my_hash = NULL;
1290 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1294 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1296 my_hash = oakley_ph1hash_base_i(iph1, VALIDATE);
1303 if (my_hash == NULL)
1306 result = memcmp(my_hash->v, r_hash, my_hash->l);
1307 vfree(my_hash);
1479 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1483 my_hash = oakley_ph1hash_base_r(iph1, VALIDATE);
1485 my_hash = oakley_ph1hash_base_i(iph1, VALIDATE);
1492 if (my_hash == NULL)
1511 error = eay_check_x509sign(my_hash,
1517 iph1->rsa_p = rsa_try_check_rsasign(my_hash,
1527 vfree(my_hash);
1531 vfree(my_hash);
1568 my_hash = oakley_ph1hash_common(iph1, VALIDATE);
1576 if (my_hash == NULL) {
1585 vfree(my_hash);
1589 result = memcmp(my_hash->v, gsshash->v, my_hash->l);
1590 vfree(my_hash);