Searched defs:dh (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 343 static void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DH_get0_pqg() 350 static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg() 359 static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() 365 static int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() 4150 static bool php_openssl_pkey_init_legacy_dh(DH *dh, zval *data, bool *is_private) in php_openssl_pkey_init_legacy_dh() 5105 DH *dh = EVP_PKEY_get0_DH(pkey); in PHP_FUNCTION() local
|
H A D | xp_ssl.c | 1289 DH *dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); in php_openssl_set_server_dh_param() local
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeS390X.c | 459 sljit_uw dh = (d >> 12) & 0xff; in HAVE_FACILITY() local
|
Completed in 34 milliseconds