HomeSort by relevance Sort by last modified time
    Searched refs:my_hash (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_newg.c 148 vchar_t *my_hash = NULL;
166 my_hash = isakmp_prf(iph1->skeyid_a, buf, iph1);
168 if (my_hash == NULL)
172 plogdump(LLV_DEBUG, my_hash->v, my_hash->l);
179 result = memcmp(my_hash->v, r_hash, my_hash->l);
180 vfree(my_hash);
isakmp_quick.c 495 vchar_t *my_hash = NULL;
503 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf);
504 if (my_hash == NULL)
507 result = memcmp(my_hash->v, r_hash, my_hash->l);
508 vfree(my_hash);
768 vchar_t *my_hash = NULL;
777 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
779 if (my_hash == NULL)
782 result = memcmp(my_hash->v, r_hash, my_hash->l)
494 vchar_t *my_hash = NULL; local
767 vchar_t *my_hash = NULL; local
1042 vchar_t *my_hash = NULL; local
1447 vchar_t *my_hash = NULL; local
    [all...]
oakley.c 1242 vchar_t *my_hash = NULL; local
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);
    [all...]

Completed in 36 milliseconds