Home
last modified time | relevance | path

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

/PHP-8.4/ext/openssl/
H A Dopenssl.stub.php670 function openssl_spki_verify(string $spki): bool {}
672 function openssl_spki_export(string $spki): string|false {}
674 function openssl_spki_export_challenge(string $spki): string|false {}
H A Dopenssl.c1606 NETSCAPE_SPKI *spki=NULL; in PHP_FUNCTION() local
1672 if (spki != NULL) { in PHP_FUNCTION()
1673 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1706 if (spki == NULL) { in PHP_FUNCTION()
1723 if (spki != NULL) { in PHP_FUNCTION()
1724 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1764 if (spki == NULL) { in PHP_FUNCTION()
1790 if (spki != NULL) { in PHP_FUNCTION()
1791 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1824 if (spki == NULL) { in PHP_FUNCTION()
[all …]
H A Dopenssl_arginfo.h379 ZEND_ARG_TYPE_INFO(0, spki, IS_STRING, 0)
383 ZEND_ARG_TYPE_INFO(0, spki, IS_STRING, 0)

Completed in 40 milliseconds