Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect1.c100 packet_put_bignum(idlist->keys[i]->rsa->n); in try_agent_authentication()
235 packet_put_bignum(public->rsa->n); in try_rsa_authentication()
358 packet_put_bignum(host_key->rsa->e); in try_rhosts_rsa_authentication()
359 packet_put_bignum(host_key->rsa->n); in try_rhosts_rsa_authentication()
657 packet_put_bignum(key); in ssh_kex()
Dopacket.h81 #define packet_put_bignum(value) \ macro