Searched defs:dh (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/openssl/ |
H A D | openssl.c | 621 static void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DH_get0_pqg() 628 static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg() 637 static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() 643 static int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() 4084 DH *dh = EVP_PKEY_get0_DH(pkey); in php_openssl_is_private_key() local 4254 static zend_bool php_openssl_pkey_init_dh(DH *dh, zval *data) in php_openssl_pkey_init_dh() 4349 DH *dh = DH_new(); in PHP_FUNCTION() local 4821 DH *dh = EVP_PKEY_get0_DH(pkey); in PHP_FUNCTION() local 4916 DH *dh; in PHP_FUNCTION() local
|
H A D | xp_ssl.c | 1178 DH *dh; in php_openssl_set_server_dh_param() local
|
Completed in 26 milliseconds