Searched refs:private_key (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 24 /** @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key */ 39 /** @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key */ 44 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 56 /** @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key */ 59 /** @param OpenSSLAsymmetricKey $private_key */ 99 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 144 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 150 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 170 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 186 * @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 | 904 const char *private_key = NULL; in php_openssl_set_local_cert() local 915 GET_VER_OPT_STRING("local_pk", private_key); in php_openssl_set_local_cert() 917 if (private_key) { in php_openssl_set_local_cert() 919 if (VCWD_REALPATH(private_key, resolved_path_buff_pk)) { in php_openssl_set_local_cert()
|
/PHP-8.0/ext/openssl/tests/ |
H A D | bug81713.phpt | 149 openssl_pkey_derive(): Argument #2 ($private_key) must not contain any null bytes 150 openssl_private_encrypt(): Argument #3 ($private_key) must not contain any null bytes 151 openssl_private_decrypt(): Argument #3 ($private_key) must not contain any null bytes 154 openssl_sign(): Argument #3 ($private_key) must not contain any null bytes 157 openssl_open(): Argument #4 ($private_key) must not contain any null bytes 158 openssl_csr_new(): Argument #2 ($private_key) must not contain any null bytes 190 openssl_cms_decrypt(): Argument #4 ($private_key) must not contain any null bytes 196 openssl_cms_sign(): Argument #4 ($private_key) must not contain any null bytes 213 openssl_pkcs7_decrypt(): Argument #4 ($private_key) must not contain any null bytes 219 openssl_pkcs7_sign(): Argument #4 ($private_key) must not contain any null bytes [all …]
|
H A D | bug68912.phpt | 22 openssl_spki_new(): Argument #1 ($private_key) must be of type OpenSSLAsymmetricKey, resource given
|
Completed in 16 milliseconds