Home
last modified time | relevance | path

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

/php-src/ext/openssl/tests/
H A Dbug55259.phpt2 Bug #55259 (openssl extension does not get the DH parameters from DH key resource)
H A Dbug73711.phpt2 Bug #73711: Segfault in openssl_pkey_new when generating DSA or DH key
H A Dopenssl_pkey_derive-dh.phpt2 openssl_pkey_derive() DH
H A Dopenssl_pkey_new_basic.phpt91 // DH
/php-src/ext/ldap/tests/
H A Dldap_set_option_cafiles_basic.phpt2 ldap_set_option() - Basic test for TLS CA/Cert/CRL/DH/Key file ldap options
/php-src/ext/gd/
H A Dgd.c1032 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()
2920 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
2924 …llllllll", &DIM, gd_image_ce, &SIM, gd_image_ce, &DX, &DY, &SX, &SY, &DW, &DH, &SW, &SH) == FAILUR… in PHP_FUNCTION()
2937 dstH = DH; in PHP_FUNCTION()
/php-src/ext/openssl/
H A Dopenssl.c344 static void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DH_get0_pqg()
351 static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg()
360 static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key()
366 static int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
4174 static bool php_openssl_pkey_init_legacy_dh(DH *dh, zval *data, bool *is_private) in php_openssl_pkey_init_legacy_dh()
4293 DH *dh = DH_new(); in php_openssl_pkey_init_dh()
5129 DH *dh = EVP_PKEY_get0_DH(pkey); in PHP_FUNCTION()
5258 DH *dh = EVP_PKEY_get0_DH(pkey); in php_openssl_dh_compute_key()
H A Dxp_ssl.c1285 DH *dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); in php_openssl_set_server_dh_param()
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt105 array( 'DH"J>i*4y"<j>_/ ],59', '9354bdac' ),

Completed in 50 milliseconds