Home
last modified time | relevance | path

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

/php-src/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.phpt83 echo "Testing openssl_x509_check_private_key\n";
84 var_dump(openssl_x509_check_private_key($x509, $key1));
87 var_dump(openssl_x509_check_private_key($x509, $key3));
128 Testing openssl_x509_check_private_key
H A Dbug81713.phpt75 ["openssl_x509_check_private_key", $crt_file_null, $priv_key_file],
76 ["openssl_x509_check_private_key", $crt_file, $priv_key_file_null],
175 openssl_x509_check_private_key(): Argument #1 ($certificate) must not contain any null bytes
176 openssl_x509_check_private_key(): Argument #2 ($private_key) must not contain any null bytes
/php-src/ext/openssl/
H A Dopenssl.stub.php409 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet… function
H A Dopenssl_arginfo.h394 ZEND_FUNCTION(openssl_x509_check_private_key);
459 ZEND_FE(openssl_x509_check_private_key, arginfo_openssl_x509_check_private_key)
H A Dopenssl.c1935 PHP_FUNCTION(openssl_x509_check_private_key) in PHP_FUNCTION() argument

Completed in 30 milliseconds