Home
last modified time | relevance | path

Searched refs:spki (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/openssl/
H A Dopenssl.stub.php642 function openssl_spki_verify(string $spki): bool {}
644 function openssl_spki_export(string $spki): string|false {}
646 function openssl_spki_export_challenge(string $spki): string|false {}
H A Dopenssl.c1581 NETSCAPE_SPKI *spki=NULL; in PHP_FUNCTION() local
1649 if (spki != NULL) { in PHP_FUNCTION()
1650 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1683 if (spki == NULL) { in PHP_FUNCTION()
1700 if (spki != NULL) { in PHP_FUNCTION()
1701 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1741 if (spki == NULL) { in PHP_FUNCTION()
1767 if (spki != NULL) { in PHP_FUNCTION()
1768 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1801 if (spki == NULL) { in PHP_FUNCTION()
[all …]
H A Dopenssl_arginfo.h378 ZEND_ARG_TYPE_INFO(0, spki, IS_STRING, 0)
382 ZEND_ARG_TYPE_INFO(0, spki, IS_STRING, 0)

Completed in 26 milliseconds