Searched refs:packet_put_bignum (Results 1 – 2 of 2) sorted by relevance
100 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()
81 #define packet_put_bignum(value) \ macro