Searched refs:openssl_public_encrypt (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/openssl/tests/ |
H A D | openssl_public_encrypt_basic.phpt | 2 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 D | bug71917.phpt | 14 openssl_public_encrypt($envkey, $envelope, $publicKey);
|
H A D | openssl_private_decrypt_basic.phpt | 12 openssl_public_encrypt($data, $encrypted, $pubkey, OPENSSL_PKCS1_OAEP_PADDING);
|
H A D | openssl_error_string_basic.phpt | 124 @openssl_public_encrypt("data", $crypted, $public_key_file, 1000);
|
H A D | openssl_error_string_basic_openssl3.phpt | 127 @openssl_public_encrypt("data", $crypted, $public_key_file, 1000);
|
H A D | bug81713.phpt | 60 ["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 D | openssl_arginfo.h | 427 ZEND_FUNCTION(openssl_public_encrypt); 495 ZEND_FE(openssl_public_encrypt, arginfo_openssl_public_encrypt)
|
H A D | openssl.stub.php | 182 function openssl_public_encrypt(string $data, &$encrypted_data, $public_key, int $padding = OPENSSL… function
|
H A D | openssl.c | 6689 PHP_FUNCTION(openssl_public_encrypt) in PHP_FUNCTION() argument
|
Completed in 48 milliseconds