Searched defs:private_key (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/openssl/ |
H A D | openssl.stub.php | 37 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, $private_key): bool… 116 function openssl_pkey_get_private($private_key, ?string $passphrase = null): OpenSSLAsymmetricKey|f… 122 function openssl_get_privatekey($private_key, ?string $passphrase = null): OpenSSLAsymmetricKey|fal… 144 …ecrypt(string $input_filename, string $output_filename, $certificate, $private_key = null): bool {} 170 function openssl_private_encrypt(string $data, &$encrypted_data, $private_key, int $padding = OPENS… 176 function openssl_private_decrypt(string $data, &$decrypted_data, $private_key, int $padding = OPENS… 196 function openssl_sign(string $data, &$signature, $private_key, string|int $algorithm = OPENSSL_ALGO… 212 function openssl_open(string $data, &$output, string $encrypted_key, $private_key, string $cipher_a… 243 function openssl_dh_compute_key(string $public_key, OpenSSLAsymmetricKey $private_key): string|fals… 249 function openssl_pkey_derive($public_key, $private_key, int $key_length = 0): string|false {} [all …]
|
H A D | xp_ssl.c | 941 const char *private_key = NULL; in php_openssl_set_local_cert() local
|
Completed in 12 milliseconds