Searched defs:public_key (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 28 function openssl_x509_verify(OpenSSLCertificate|string $certificate, $public_key): int {} 78 function openssl_pkey_get_public($public_key): OpenSSLAsymmetricKey|false {} 84 function openssl_get_publickey($public_key): OpenSSLAsymmetricKey|false {} 158 function openssl_public_encrypt(string $data, &$encrypted_data, $public_key, int $padding = OPENSSL… 164 function openssl_public_decrypt(string $data, &$decrypted_data, $public_key, int $padding = OPENSSL… 175 function openssl_verify(string $data, string $signature, $public_key, string|int $algorithm = OPENS… 182 function openssl_seal(string $data, &$sealed_data, &$encrypted_keys, array $public_key, string $cip… 207 function openssl_dh_compute_key(string $public_key, OpenSSLAsymmetricKey $private_key): string|fals… 213 function openssl_pkey_derive($public_key, $private_key, int $key_length = 0): string|false {}
|
H A D | openssl.c | 3613 zval *val, int public_key, char *passphrase, size_t passphrase_len, uint32_t arg_num) in php_openssl_pkey_from_zval()
|
/PHP-8.0/ext/sodium/ |
H A D | libsodium.stub.php | 47 …_crypto_box_keypair_from_secretkey_and_publickey(string $secret_key, string $public_key): string {} 55 function sodium_crypto_box_seal(string $message, string $public_key): string {} 137 function sodium_crypto_sign_ed25519_pk_to_curve25519(string $public_key): string {} 143 …crypto_sign_keypair_from_secretkey_and_publickey(string $secret_key, string $public_key): string {} 145 function sodium_crypto_sign_open(string $signed_message, string $public_key): string|false {} 155 function sodium_crypto_sign_verify_detached(string $signature, string $message, string $public_key)…
|
/PHP-8.0/ext/pdo_mysql/ |
H A D | mysql_driver.c | 802 … zend_string *public_key = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SERVER_PUBLIC_KEY, NULL); local
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.h | 278 zend_uchar *public_key; member
|
Completed in 32 milliseconds