Searched refs:EVP_PKEY_get0_EC_KEY (Results 1 – 1 of 1) sorted by relevance
295 #define EVP_PKEY_get0_EC_KEY(_pkey) _pkey->pkey.ec in ZEND_GET_MODULE() macro5127 if (EVP_PKEY_get0_EC_KEY(pkey) != NULL) { in PHP_FUNCTION()5136 const EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(pkey); in PHP_FUNCTION()5170 if ((d = EC_KEY_get0_private_key(EVP_PKEY_get0_EC_KEY(pkey))) != NULL) { in PHP_FUNCTION()
Completed in 32 milliseconds