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