Home
last modified time | relevance | path

Searched refs:openssl_public_encrypt (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/openssl/tests/
H A Dopenssl_public_encrypt_basic.phpt2 openssl_public_encrypt() tests
7 $data = "Testing openssl_public_encrypt()";
19 var_dump(openssl_public_encrypt($data, $encrypted, $pubkey));
20 var_dump(openssl_public_encrypt($data, $encrypted, $privkey));
21 var_dump(openssl_public_encrypt($data, $encrypted, $wrong));
22 var_dump(openssl_public_encrypt($data, $encrypted, $obj));
23 var_dump(openssl_public_encrypt($obj, $encrypted, $pubkey));
30 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
33 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
36 Warning: openssl_public_encrypt(): key parameter is not a valid public key in %s on line %d
H A Dbug71917.phpt14 openssl_public_encrypt($envkey, $envelope, $publicKey);
H A Dopenssl_private_decrypt_basic.phpt12 openssl_public_encrypt($data, $encrypted, $pubkey);
H A Dopenssl_error_string_basic.phpt124 @openssl_public_encrypt("data", $crypted, $public_key_file, 1000);
H A Dopenssl_error_string_basic_openssl3.phpt127 @openssl_public_encrypt("data", $crypted, $public_key_file, 1000);
H A Dbug81713.phpt60 ["openssl_public_encrypt", "test", &$out, $priv_key_file_null],
154 openssl_public_encrypt(): Argument #3 ($public_key) must not contain any null bytes
/PHP-8.1/ext/openssl/
H A Dopenssl_arginfo.h427 ZEND_FUNCTION(openssl_public_encrypt);
495 ZEND_FE(openssl_public_encrypt, arginfo_openssl_public_encrypt)
H A Dopenssl.stub.php182 function openssl_public_encrypt(string $data, &$encrypted_data, $public_key, int $padding = OPENSSL… function
H A Dopenssl.c6689 PHP_FUNCTION(openssl_public_encrypt) in PHP_FUNCTION() argument

Completed in 30 milliseconds