Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.stub.php672 function openssl_spki_verify(string $spki): bool {}
674 function openssl_spki_export(string $spki): string|false {}
676 function openssl_spki_export_challenge(string $spki): string|false {}
H A Dopenssl.c1586 NETSCAPE_SPKI *spki=NULL; in PHP_FUNCTION() local
1654 if (spki != NULL) { in PHP_FUNCTION()
1655 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1688 if (spki == NULL) { in PHP_FUNCTION()
1705 if (spki != NULL) { in PHP_FUNCTION()
1706 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1746 if (spki == NULL) { in PHP_FUNCTION()
1772 if (spki != NULL) { in PHP_FUNCTION()
1773 NETSCAPE_SPKI_free(spki); in PHP_FUNCTION()
1806 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 32 milliseconds