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

/freebsd-10.0-release/crypto/openssh/
H A Djpake.c428 u_char *expected_confirm_hash; local
434 &expected_confirm_hash, &expected_confirm_hash_len);
436 JPAKE_DEBUG_BUF((expected_confirm_hash, expected_confirm_hash_len,
444 else if (timingsafe_bcmp(peer_confirm_hash, expected_confirm_hash,
447 bzero(expected_confirm_hash, expected_confirm_hash_len);
448 free(expected_confirm_hash);

Completed in 74 milliseconds