Searched refs:my_hash (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sbin/isakmpd/
H A Dike_quick_mode.c1496 u_int8_t *hash, *my_hash = 0; local
1516 my_hash = malloc(hash_len - ISAKMP_GEN_SZ);
1517 if (!my_hash) {
1544 prf->Final(my_hash, prf->prfctx);
1547 "responder_recv_HASH_SA_NONCE: computed HASH(1)", my_hash,
1549 if (memcmp(hash + ISAKMP_GEN_SZ, my_hash, hash_len - ISAKMP_GEN_SZ)
1555 free(my_hash);
1556 my_hash = 0;
1802 free(my_hash);
1962 u_int8_t *hash, *my_hash local
[all...]

Completed in 2634 milliseconds