Searched refs:private_key (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/openssl/ |
H A D | openssl.stub.php | 389 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 410 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 416 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 431 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 436 * @param OpenSSLAsymmetricKey|null $private_key 482 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 487 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 506 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 525 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 540 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key [all …]
|
H A D | openssl_arginfo.h | 24 ZEND_ARG_INFO(0, private_key) 55 ZEND_ARG_INFO(0, private_key) 63 ZEND_ARG_INFO(0, private_key) 89 ZEND_ARG_INFO(0, private_key) 97 ZEND_ARG_INFO(1, private_key) 143 ZEND_ARG_INFO(0, private_key) 184 ZEND_ARG_INFO(0, private_key) 228 ZEND_ARG_INFO(0, private_key) 251 ZEND_ARG_INFO(0, private_key) 258 ZEND_ARG_INFO(0, private_key) [all …]
|
H A D | xp_ssl.c | 956 const char *private_key = NULL; in php_openssl_set_local_cert() local 974 GET_VER_OPT_STRINGL("local_pk", private_key, private_key_len); in php_openssl_set_local_cert() 975 if (private_key && !php_openssl_check_path_ex( in php_openssl_set_local_cert() 976 private_key, private_key_len, resolved_path_buff, 0, false, false, in php_openssl_set_local_cert() 978 …php_error_docref(NULL, E_WARNING, "Unable to get real path of private key file `%s'", private_key); in php_openssl_set_local_cert()
|
/PHP-8.2/ext/openssl/tests/ |
H A D | bug81713.phpt | 151 openssl_pkey_derive(): Argument #2 ($private_key) must not contain any null bytes 152 openssl_private_encrypt(): Argument #3 ($private_key) must not contain any null bytes 153 openssl_private_decrypt(): Argument #3 ($private_key) must not contain any null bytes 156 openssl_sign(): Argument #3 ($private_key) must not contain any null bytes 159 openssl_open(): Argument #4 ($private_key) must not contain any null bytes 160 openssl_csr_new(): Argument #2 ($private_key) must not contain any null bytes 192 openssl_cms_decrypt(): Argument #4 ($private_key) must not contain any null bytes 198 openssl_cms_sign(): Argument #4 ($private_key) must not contain any null bytes 215 openssl_pkcs7_decrypt(): Argument #4 ($private_key) must not contain any null bytes 221 openssl_pkcs7_sign(): Argument #4 ($private_key) must not contain any null bytes [all …]
|
H A D | bug68912.phpt | 23 openssl_spki_new(): Argument #1 ($private_key) must be of type OpenSSLAsymmetricKey, resource given
|
Completed in 23 milliseconds