Home
last modified time | relevance | path

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

/PHP-7.0/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_new_basic.phpt75 // DH
/PHP-7.0/ext/openssl/
H A Dopenssl.c597 static void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DH_get0_pqg()
604 static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg()
613 static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key()
619 static int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
3733 DH *dhparam = DH_new(); in php_openssl_generate_private_key()
3814 DH *dh = EVP_PKEY_get0_DH(pkey); in php_openssl_is_private_key()
3979 zend_bool php_openssl_pkey_init_dh(DH *dh, zval *data) in php_openssl_pkey_init_dh()
4063 DH *dh = DH_new(); in PHP_FUNCTION()
4392 DH *dh = EVP_PKEY_get0_DH(pkey); in PHP_FUNCTION()
5903 DH *dh; in PHP_FUNCTION()
H A Dxp_ssl.c1184 DH *dh; in set_server_dh_param()
/PHP-7.0/ext/gd/
H A Dgd.c1852 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
1856 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrllllllll", &DIM, &SIM, &DX, &DY, &SX, &SY, &DW, &DH,… in PHP_FUNCTION()
1874 dstH = DH; in PHP_FUNCTION()
3742 zend_long SX, SY, SW, SH, DX, DY, DW, DH; in PHP_FUNCTION() local
3746 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrllllllll", &DIM, &SIM, &DX, &DY, &SX, &SY, &DW, &DH,… in PHP_FUNCTION()
3764 dstH = DH; in PHP_FUNCTION()
/PHP-7.0/ext/hash/tests/
H A Dfnv1a32.phpt107 array( 'DH"J>i*4y"<j>_/ ],59', '9354bdac' ),
/PHP-7.0/
H A DNEWS500 . Fixed bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH
2629 . Fixed bug #55259 (openssl extension does not get the DH parameters from
2630 DH key resource). (Jakub Zelenka)

Completed in 100 milliseconds