Home
last modified time | relevance | path

Searched defs:public_key (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php40 function openssl_x509_verify(OpenSSLCertificate|string $certificate, $public_key): int {}
98 function openssl_pkey_get_public($public_key): OpenSSLAsymmetricKey|false {}
104 function openssl_get_publickey($public_key): OpenSSLAsymmetricKey|false {}
182 function openssl_public_encrypt(string $data, &$encrypted_data, $public_key, int $padding = OPENSSL…
188 function openssl_public_decrypt(string $data, &$decrypted_data, $public_key, int $padding = OPENSSL…
199 function openssl_verify(string $data, string $signature, $public_key, string|int $algorithm = OPENS…
206 function openssl_seal(string $data, &$sealed_data, &$encrypted_keys, array $public_key, string $cip…
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 {}
H A Dopenssl.c3603 zval *val, int public_key, char *passphrase, size_t passphrase_len, uint32_t arg_num) in php_openssl_pkey_from_zval()
/PHP-8.1/ext/sodium/
H A Dlibsodium.stub.php47 …_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 {}
176 function sodium_crypto_sign_ed25519_pk_to_curve25519(string $public_key): string {}
182 …crypto_sign_keypair_from_secretkey_and_publickey(string $secret_key, string $public_key): string {}
184 function sodium_crypto_sign_open(string $signed_message, string $public_key): string|false {}
194 function sodium_crypto_sign_verify_detached(string $signature, string $message, string $public_key)…
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_driver.c873 … zend_string *public_key = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SERVER_PUBLIC_KEY, NULL); local
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h276 zend_uchar *public_key; member

Completed in 40 milliseconds