Home
last modified time | relevance | path

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

/external/openssh/
Djpake.c426 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()
441 if (peer_confirm_hash_len != expected_confirm_hash_len) in jpake_check_confirm()
443 __func__, expected_confirm_hash_len, peer_confirm_hash_len); in jpake_check_confirm()
Dmonitor.c2285 u_int peer_confirm_hash_len; 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()
Dmonitor_wrap.c1430 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()