Searched refs:EVP_PKEY_get0_EC_KEY (Results 1 – 1 of 1) sorted by relevance
313 #define EVP_PKEY_get0_EC_KEY(_pkey) _pkey->pkey.ec in ZEND_GET_MODULE() macro5340 if (EVP_PKEY_get0_EC_KEY(pkey) != NULL) { in PHP_FUNCTION()5349 const EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(pkey); in PHP_FUNCTION()5383 if ((d = EC_KEY_get0_private_key(EVP_PKEY_get0_EC_KEY(pkey))) != NULL) { in PHP_FUNCTION()
Completed in 22 milliseconds