Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect1.c118 packet_get_bignum(challenge); in try_agent_authentication()
258 packet_get_bignum(challenge); in try_rsa_authentication()
372 packet_get_bignum(challenge); in try_rhosts_rsa_authentication()
519 packet_get_bignum(server_key->rsa->e); in ssh_kex()
520 packet_get_bignum(server_key->rsa->n); in ssh_kex()
531 packet_get_bignum(host_key->rsa->e); in ssh_kex()
532 packet_get_bignum(host_key->rsa->n); in ssh_kex()
Dauth1.c151 packet_get_bignum(n); in auth1_process_rsa()
178 packet_get_bignum(client_host_key->rsa->e); in auth1_process_rhosts_rsa()
179 packet_get_bignum(client_host_key->rsa->n); in auth1_process_rhosts_rsa()
Dopacket.h93 #define packet_get_bignum(value) \ macro
Dsshd.c2442 packet_get_bignum(real_key_int);