Home
last modified time | relevance | path

Searched refs:dh1024_p (Results 1 – 25 of 58) sorted by relevance

123

/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/wocky/
H A Dwocky-openssl-dh1024.c7 static unsigned char dh1024_p[]={ in get_dh1024() local
26 dh->p=BN_bin2bn(dh1024_p,sizeof(dh1024_p),NULL); in get_dh1024()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/wocky/
H A Dwocky-openssl-dh1024.c11 static unsigned char dh1024_p[]={ in get_dh1024() local
30 dh->p=BN_bin2bn(dh1024_p,sizeof(dh1024_p),NULL); in get_dh1024()
/dports/www/htdigest/httpd-2.4.6/modules/ssl/
H A Dssl_engine_dh.c88 static unsigned char dh1024_p[] = { variable
113 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024()
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dtlsopensslserver.cpp121 static unsigned char dh1024_p[]={ in getDH1024() local
142 int ret = DH_set0_pqg( dh, BN_bin2bn( dh1024_p, sizeof( dh1024_p ), 0 ), 0, in getDH1024()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/helpers/
H A Dpredefined_dhparams.c121 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
148 return get_dh_from_pg(libctx, "DH", dh1024_p, sizeof(dh1024_p), in get_dh1024dsa()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/helpers/
H A Dpredefined_dhparams.c121 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
148 return get_dh_from_pg(libctx, "DH", dh1024_p, sizeof(dh1024_p), in get_dh1024dsa()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/helpers/
H A Dpredefined_dhparams.c121 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
148 return get_dh_from_pg(libctx, "DH", dh1024_p, sizeof(dh1024_p), in get_dh1024dsa()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/helpers/
H A Dpredefined_dhparams.c121 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
148 return get_dh_from_pg(libctx, "DH", dh1024_p, sizeof(dh1024_p), in get_dh1024dsa()
/dports/security/openssl-devel/openssl-3.0.2/test/helpers/
H A Dpredefined_dhparams.c121 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
148 return get_dh_from_pg(libctx, "DH", dh1024_p, sizeof(dh1024_p), in get_dh1024dsa()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/test/helpers/
H A Dpredefined_dhparams.c121 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
148 return get_dh_from_pg(libctx, "DH", dh1024_p, sizeof(dh1024_p), in get_dh1024dsa()
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/unit_test/
H A DTransportTLSTestServer.cpp96 static unsigned char dh1024_p[]={ in get_dh1024() local
117 p = BN_bin2bn(dh1024_p,sizeof(dh1024_p),NULL); in get_dh1024()
/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/src/
H A DContext.cpp612 static const unsigned char dh1024_p[] = in initDH() local
731 p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), 0); in initDH()
750 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), 0); in initDH()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/testsuite/
H A Dtest.hpp504 static unsigned char dh1024_p[] =
526 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), 0);
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/testsuite/
H A Dtest.hpp504 static unsigned char dh1024_p[] = in set_tmpDH() local
526 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), 0); in set_tmpDH()
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/testsuite/
H A Dtest.hpp504 static unsigned char dh1024_p[] = in set_tmpDH() local
526 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), 0); in set_tmpDH()
/dports/security/libressl-static/libressl-3.3.5/tests/
H A Dssltest.c1854 static unsigned char dh1024_p[] = { in get_dh1024() local
1874 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024()
1886 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
1916 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024dsa()
/dports/security/libressl/libressl-3.4.3/tests/
H A Dssltest.c1841 static unsigned char dh1024_p[] = { in get_dh1024() local
1861 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024()
1873 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
1903 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024dsa()
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Dssltest.c1841 static unsigned char dh1024_p[] = { in get_dh1024() local
1861 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024()
1873 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
1903 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024dsa()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/net/
H A DKviSSL.cpp76 static unsigned char dh1024_p[] = { variable
183 p = dh1024_p; in my_get_dh()
185 sp = sizeof(dh1024_p); in my_get_dh()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/ssl/
H A Dssltest.c2194 static unsigned char dh1024_p[]={ in get_dh1024() local
2213 dh->p=BN_bin2bn(dh1024_p,sizeof(dh1024_p),NULL); in get_dh1024()
2222 static unsigned char dh1024_p[]={ in get_dh1024dsa() local
2251 dh->p=BN_bin2bn(dh1024_p,sizeof(dh1024_p),NULL); in get_dh1024dsa()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/test/
H A Dssltest.c2194 static unsigned char dh1024_p[]={ in get_dh1024() local
2213 dh->p=BN_bin2bn(dh1024_p,sizeof(dh1024_p),NULL); in get_dh1024()
2222 static unsigned char dh1024_p[]={ in get_dh1024dsa() local
2251 dh->p=BN_bin2bn(dh1024_p,sizeof(dh1024_p),NULL); in get_dh1024dsa()
/dports/devel/pecl-swoole/swoole-4.8.5/src/protocol/
H A Dssl.cc840 static unsigned char dh1024_p[] = {
857 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), nullptr);
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dssltest_old.c2916 static unsigned char dh1024_p[] = { in get_dh1024() local
2947 p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024()
2960 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
3011 p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024dsa()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dssltest_old.c2916 static unsigned char dh1024_p[] = { in get_dh1024() local
2947 p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024()
2960 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
3011 p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024dsa()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dssltest_old.c2916 static unsigned char dh1024_p[] = { in get_dh1024() local
2947 p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024()
2960 static unsigned char dh1024_p[] = { in get_dh1024dsa() local
3011 p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL); in get_dh1024dsa()

123