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

/external/openssh/
H A Dkexgex.c48 int min, int wantbits, int max, BIGNUM *prime, BIGNUM *gen,
72 buffer_put_int(&b, wantbits);
75 buffer_put_int(&b, wantbits);
41 kexgex_hash( const EVP_MD *evp_md, char *client_version_string, char *server_version_string, char *ckexinit, int ckexinitlen, char *skexinit, int skexinitlen, u_char *serverhostkeyblob, int sbloblen, int min, int wantbits, int max, BIGNUM *prime, BIGNUM *gen, BIGNUM *client_dh_pub, BIGNUM *server_dh_pub, BIGNUM *shared_secret, u_char **hash, u_int *hashlen) argument
H A Ddh.c125 choose_dh(int min, int wantbits, int max) argument
152 if ((dhg.size > wantbits && dhg.size < best) ||
153 (dhg.size > best && best < wantbits)) {

Completed in 89 milliseconds