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

/freebsd-10.0-release/crypto/openssh/
H A Djpake.c426 const u_char *peer_confirm_hash, u_int peer_confirm_hash_len)
438 JPAKE_DEBUG_BUF((peer_confirm_hash, peer_confirm_hash_len,
441 if (peer_confirm_hash_len != expected_confirm_hash_len)
443 __func__, expected_confirm_hash_len, peer_confirm_hash_len);
423 jpake_check_confirm(const BIGNUM *k, const u_char *peer_id, u_int peer_id_len, const u_char *sess_id, u_int sess_id_len, const u_char *peer_confirm_hash, u_int peer_confirm_hash_len) argument
H A Dmonitor.c2332 u_int peer_confirm_hash_len; local
2338 peer_confirm_hash = buffer_get_string(m, &peer_confirm_hash_len);
2343 peer_confirm_hash, peer_confirm_hash_len) && authctxt->valid;
2347 bzero(peer_confirm_hash, peer_confirm_hash_len);
H A Dmonitor_wrap.c1431 const u_char *peer_confirm_hash, u_int peer_confirm_hash_len)
1441 buffer_put_string(&m, peer_confirm_hash, peer_confirm_hash_len);
1428 mm_jpake_check_confirm(const BIGNUM *k, const u_char *peer_id, u_int peer_id_len, const u_char *sess_id, u_int sess_id_len, const u_char *peer_confirm_hash, u_int peer_confirm_hash_len) argument

Completed in 115 milliseconds