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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Djpake.c429 u_char *expected_confirm_hash; local
435 &expected_confirm_hash, &expected_confirm_hash_len);
437 JPAKE_DEBUG_BUF((expected_confirm_hash, expected_confirm_hash_len,
445 else if (timingsafe_bcmp(peer_confirm_hash, expected_confirm_hash,
448 bzero(expected_confirm_hash, expected_confirm_hash_len);
449 xfree(expected_confirm_hash);

Completed in 103 milliseconds