Searched refs:tpubkey (Results 1 – 1 of 1) sorted by relevance
3559 EVP_PKEY *tpubkey = php_openssl_extract_public_key(orig_key); in PHP_FUNCTION() local3567 if (tpubkey == NULL) { in PHP_FUNCTION()3572 php_openssl_pkey_object_init(return_value, tpubkey, /* is_private */ false); in PHP_FUNCTION()
Completed in 36 milliseconds