Home
last modified time | relevance | path

Searched refs:openssl_x509_check_private_key (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/openssl/tests/
H A Dopenssl_x509_check_private_key_basic.phpt2 openssl_x509_check_private_key() tests
18 var_dump(openssl_x509_check_private_key($cert, $key));
19 var_dump(openssl_x509_check_private_key("", $key));
20 var_dump(openssl_x509_check_private_key($cert, ""));
21 var_dump(openssl_x509_check_private_key("", ""));
22 var_dump(openssl_x509_check_private_key(openssl_x509_read($a), $b));
H A Decc.phpt65 echo "Testing openssl_x509_check_private_key\n";
66 var_dump(openssl_x509_check_private_key($x509, $key1));
69 var_dump(openssl_x509_check_private_key($x509, $key3));
110 Testing openssl_x509_check_private_key
H A Dbug81713.phpt73 ["openssl_x509_check_private_key", $crt_file_null, $priv_key_file],
74 ["openssl_x509_check_private_key", $crt_file, $priv_key_file_null],
173 openssl_x509_check_private_key(): Argument #1 ($certificate) must not contain any null bytes
174 openssl_x509_check_private_key(): Argument #2 ($private_key) must not contain any null bytes
/PHP-8.0/ext/openssl/
H A Dopenssl_arginfo.h392 ZEND_FUNCTION(openssl_x509_check_private_key);
457 ZEND_FE(openssl_x509_check_private_key, arginfo_openssl_x509_check_private_key)
H A Dopenssl.stub.php25 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, $private_key): bool… function
H A Dopenssl.c2013 PHP_FUNCTION(openssl_x509_check_private_key) in PHP_FUNCTION() argument

Completed in 30 milliseconds