Searched refs:DH (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/openssl/tests/ |
H A D | bug55259.phpt | 2 Bug #55259 (openssl extension does not get the DH parameters from DH key resource)
|
H A D | bug73711.phpt | 2 Bug #73711: Segfault in openssl_pkey_new when generating DSA or DH key
|
H A D | openssl_pkey_derive-dh.phpt | 2 openssl_pkey_derive() DH
|
H A D | openssl_pkey_new_basic.phpt | 91 // DH
|
/PHP-8.2/ext/ldap/tests/ |
H A D | ldap_set_option_cafiles_basic.phpt | 2 ldap_set_option() - Basic test for TLS CA/Cert/CRL/DH/Key file ldap options
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 1032 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local 1036 …llllllll", &DIM, gd_image_ce, &SIM, gd_image_ce, &DX, &DY, &SX, &SY, &DW, &DH, &SW, &SH) == FAILUR… in PHP_FUNCTION() 1049 dstH = DH; in PHP_FUNCTION() 2929 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local 2933 …llllllll", &DIM, gd_image_ce, &SIM, gd_image_ce, &DX, &DY, &SX, &SY, &DW, &DH, &SW, &SH) == FAILUR… in PHP_FUNCTION() 2946 dstH = DH; in PHP_FUNCTION()
|
/PHP-8.2/ext/openssl/ |
H A D | openssl.c | 338 static void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DH_get0_pqg() 345 static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg() 354 static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() 360 static int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() 4117 static bool php_openssl_pkey_init_legacy_dh(DH *dh, zval *data, bool *is_private) in php_openssl_pkey_init_legacy_dh() 4236 DH *dh = DH_new(); in php_openssl_pkey_init_dh() 4911 DH *dh = EVP_PKEY_get0_DH(pkey); in PHP_FUNCTION() 5042 DH *dh = EVP_PKEY_get0_DH(pkey); in php_openssl_dh_compute_key()
|
H A D | xp_ssl.c | 1289 DH *dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); in php_openssl_set_server_dh_param()
|
/PHP-8.2/ext/hash/tests/ |
H A D | fnv1a32.phpt | 105 array( 'DH"J>i*4y"<j>_/ ],59', '9354bdac' ),
|
/PHP-8.2/ |
H A D | NEWS | 1789 . Fixed php_openssl_set_server_dh_param() DH params errors handling. (nielsdos)
|
Completed in 93 milliseconds