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.c1579 NETSCAPE_SPKI *spki=NULL; in PHP_FUNCTION() local
1647 if (spki != NULL) { in PHP_FUNCTION()
1648 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1681 if (spki == NULL) { in PHP_FUNCTION()
1698 if (spki != NULL) { in PHP_FUNCTION()
1699 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1739 if (spki == NULL) { in PHP_FUNCTION()
1765 if (spki != NULL) { in PHP_FUNCTION()
1766 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1799 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 23 milliseconds