Searched refs:peer_confirm_hash (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | jpake.c | 426 const u_char *peer_confirm_hash, u_int peer_confirm_hash_len) in jpake_check_confirm() argument 438 JPAKE_DEBUG_BUF((peer_confirm_hash, peer_confirm_hash_len, in jpake_check_confirm() 444 else if (timingsafe_bcmp(peer_confirm_hash, expected_confirm_hash, in jpake_check_confirm()
|
D | monitor.c | 2284 u_char *peer_confirm_hash; in mm_answer_jpake_check_confirm() local 2291 peer_confirm_hash = buffer_get_string(m, &peer_confirm_hash_len); in mm_answer_jpake_check_confirm() 2296 peer_confirm_hash, peer_confirm_hash_len) && authctxt->valid; in mm_answer_jpake_check_confirm() 2300 bzero(peer_confirm_hash, peer_confirm_hash_len); in mm_answer_jpake_check_confirm() 2301 xfree(peer_confirm_hash); in mm_answer_jpake_check_confirm()
|
D | monitor_wrap.c | 1430 const u_char *peer_confirm_hash, u_int peer_confirm_hash_len) in mm_jpake_check_confirm() argument 1440 buffer_put_string(&m, peer_confirm_hash, peer_confirm_hash_len); in mm_jpake_check_confirm()
|