Home
last modified time | relevance | path

Searched refs:dh_nbits (Results 1 – 9 of 9) sorted by relevance

/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/mod_sftp/
H A Dkex.c869 int dh_nbits = 0, dh_size = 0; in get_dh_nbits() local
947 dh_nbits = dh_size * 8; in get_dh_nbits()
950 return dh_nbits; in get_dh_nbits()
955 int dh_nbits; in create_dh() local
994 dh_nbits = get_dh_nbits(kex); in create_dh()
1080 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in create_dh()
1082 "error generating DH random key (%d bits): %s", dh_nbits, in create_dh()
1206 int dh_nbits; in finish_dh() local
1209 dh_nbits = get_dh_nbits(kex); in finish_dh()
1222 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in finish_dh()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/mod_sftp/
H A Dkex.c869 int dh_nbits = 0, dh_size = 0; in get_dh_nbits() local
947 dh_nbits = dh_size * 8; in get_dh_nbits()
950 return dh_nbits; in get_dh_nbits()
955 int dh_nbits; in create_dh() local
994 dh_nbits = get_dh_nbits(kex); in create_dh()
1080 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in create_dh()
1082 "error generating DH random key (%d bits): %s", dh_nbits, in create_dh()
1206 int dh_nbits; in finish_dh() local
1209 dh_nbits = get_dh_nbits(kex); in finish_dh()
1222 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in finish_dh()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/mod_sftp/
H A Dkex.c869 int dh_nbits = 0, dh_size = 0; in get_dh_nbits() local
947 dh_nbits = dh_size * 8; in get_dh_nbits()
950 return dh_nbits; in get_dh_nbits()
955 int dh_nbits; in create_dh() local
994 dh_nbits = get_dh_nbits(kex); in create_dh()
1080 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in create_dh()
1082 "error generating DH random key (%d bits): %s", dh_nbits, in create_dh()
1206 int dh_nbits; in finish_dh() local
1209 dh_nbits = get_dh_nbits(kex); in finish_dh()
1222 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in finish_dh()
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/mod_sftp/
H A Dkex.c869 int dh_nbits = 0, dh_size = 0; in get_dh_nbits() local
947 dh_nbits = dh_size * 8; in get_dh_nbits()
950 return dh_nbits; in get_dh_nbits()
955 int dh_nbits; in create_dh() local
994 dh_nbits = get_dh_nbits(kex); in create_dh()
1080 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in create_dh()
1082 "error generating DH random key (%d bits): %s", dh_nbits, in create_dh()
1206 int dh_nbits; in finish_dh() local
1209 dh_nbits = get_dh_nbits(kex); in finish_dh()
1222 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in finish_dh()
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/mod_sftp/
H A Dkex.c869 int dh_nbits = 0, dh_size = 0; in get_dh_nbits() local
947 dh_nbits = dh_size * 8; in get_dh_nbits()
950 return dh_nbits; in get_dh_nbits()
955 int dh_nbits; in create_dh() local
994 dh_nbits = get_dh_nbits(kex); in create_dh()
1080 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in create_dh()
1082 "error generating DH random key (%d bits): %s", dh_nbits, in create_dh()
1206 int dh_nbits; in finish_dh() local
1209 dh_nbits = get_dh_nbits(kex); in finish_dh()
1222 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in finish_dh()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/mod_sftp/
H A Dkex.c869 int dh_nbits = 0, dh_size = 0; in get_dh_nbits() local
947 dh_nbits = dh_size * 8; in get_dh_nbits()
950 return dh_nbits; in get_dh_nbits()
955 int dh_nbits; in create_dh() local
994 dh_nbits = get_dh_nbits(kex); in create_dh()
1080 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in create_dh()
1082 "error generating DH random key (%d bits): %s", dh_nbits, in create_dh()
1206 int dh_nbits; in finish_dh() local
1209 dh_nbits = get_dh_nbits(kex); in finish_dh()
1222 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in finish_dh()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/mod_sftp/
H A Dkex.c869 int dh_nbits = 0, dh_size = 0; in get_dh_nbits() local
947 dh_nbits = dh_size * 8; in get_dh_nbits()
950 return dh_nbits; in get_dh_nbits()
955 int dh_nbits; in create_dh() local
994 dh_nbits = get_dh_nbits(kex); in create_dh()
1080 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in create_dh()
1082 "error generating DH random key (%d bits): %s", dh_nbits, in create_dh()
1206 int dh_nbits; in finish_dh() local
1209 dh_nbits = get_dh_nbits(kex); in finish_dh()
1222 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in finish_dh()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/mod_sftp/
H A Dkex.c869 int dh_nbits = 0, dh_size = 0; in get_dh_nbits() local
947 dh_nbits = dh_size * 8; in get_dh_nbits()
950 return dh_nbits; in get_dh_nbits()
955 int dh_nbits; in create_dh() local
994 dh_nbits = get_dh_nbits(kex); in create_dh()
1080 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in create_dh()
1082 "error generating DH random key (%d bits): %s", dh_nbits, in create_dh()
1206 int dh_nbits; in finish_dh() local
1209 dh_nbits = get_dh_nbits(kex); in finish_dh()
1222 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in finish_dh()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/mod_sftp/
H A Dkex.c869 int dh_nbits = 0, dh_size = 0; in get_dh_nbits() local
947 dh_nbits = dh_size * 8; in get_dh_nbits()
950 return dh_nbits; in get_dh_nbits()
955 int dh_nbits; in create_dh() local
994 dh_nbits = get_dh_nbits(kex); in create_dh()
1080 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in create_dh()
1082 "error generating DH random key (%d bits): %s", dh_nbits, in create_dh()
1206 int dh_nbits; in finish_dh() local
1209 dh_nbits = get_dh_nbits(kex); in finish_dh()
1222 if (!BN_rand(dh_priv_key, dh_nbits, 0, 0)) { in finish_dh()
[all …]