Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.c337 static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
3962 DH_get0_key(dh, &pub_key, &priv_key); in php_openssl_is_private_key()
4698 DH_get0_key(dh, &pub_key, &priv_key); in PHP_FUNCTION()

Completed in 30 milliseconds