Home
last modified time | relevance | path

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

/PHP-8.2/ext/openssl/
H A Dopenssl.stub.php632 function openssl_spki_verify(string $spki): bool {}
634 function openssl_spki_export(string $spki): string|false {}
636 function openssl_spki_export_challenge(string $spki): string|false {}
H A Dopenssl.c1539 NETSCAPE_SPKI *spki=NULL; in PHP_FUNCTION() local
1607 if (spki != NULL) { in PHP_FUNCTION()
1608 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1641 if (spki == NULL) { in PHP_FUNCTION()
1658 if (spki != NULL) { in PHP_FUNCTION()
1659 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1699 if (spki == NULL) { in PHP_FUNCTION()
1725 if (spki != NULL) { in PHP_FUNCTION()
1726 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1762 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 30 milliseconds