Home
last modified time | relevance | path

Searched defs:_pkey (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/openssl/
H A Dopenssl.c570 #define EVP_PKEY_get0_RSA(_pkey) _pkey->pkey.rsa in ZEND_GET_MODULE() argument
571 #define EVP_PKEY_get0_DH(_pkey) _pkey->pkey.dh in ZEND_GET_MODULE() argument
572 #define EVP_PKEY_get0_DSA(_pkey) _pkey->pkey.dsa in ZEND_GET_MODULE() argument
573 #define EVP_PKEY_get0_EC_KEY(_pkey) _pkey->pkey.ec in ZEND_GET_MODULE() argument

Completed in 23 milliseconds