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

/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-keygen.c383 u_int bignum_bits = buffer_get_int(b); local
384 u_int bytes = (bignum_bits + 7) / 8;

Completed in 133 milliseconds