Home
last modified time | relevance | path

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

/external/openssh/
Djpake.c428 u_char *expected_confirm_hash; in jpake_check_confirm() local
434 &expected_confirm_hash, &expected_confirm_hash_len); in jpake_check_confirm()
436 JPAKE_DEBUG_BUF((expected_confirm_hash, expected_confirm_hash_len, in jpake_check_confirm()
444 else if (timingsafe_bcmp(peer_confirm_hash, expected_confirm_hash, in jpake_check_confirm()
447 bzero(expected_confirm_hash, expected_confirm_hash_len); in jpake_check_confirm()
448 xfree(expected_confirm_hash); in jpake_check_confirm()