Searched refs:private_key (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/openssl/ |
H A D | openssl.stub.php | 36 /** @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key */ 55 /** @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key */ 60 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 72 /** @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key */ 75 /** @param OpenSSLAsymmetricKey $private_key */ 119 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 168 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 174 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 194 * @param OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key 210 * @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 | 941 const char *private_key = NULL; in php_openssl_set_local_cert() local 952 GET_VER_OPT_STRING("local_pk", private_key); in php_openssl_set_local_cert() 954 if (private_key) { in php_openssl_set_local_cert() 956 if (VCWD_REALPATH(private_key, resolved_path_buff_pk)) { in php_openssl_set_local_cert()
|
/PHP-8.1/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 22 milliseconds