Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c637 static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
4093 DH_get0_key(dh, &pub_key, &priv_key); in php_openssl_is_private_key()
4829 DH_get0_key(dh, &pub_key, &priv_key); in PHP_FUNCTION()

Completed in 25 milliseconds