Searched refs:openssl_pkey_derive (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/openssl/tests/ |
H A D | openssl_pkey_derive-ecdh.phpt | 2 openssl_pkey_derive() ECDH 27 echo bin2hex(openssl_pkey_derive($pub,$priv));
|
H A D | openssl_pkey_derive-dh.phpt | 2 openssl_pkey_derive() DH 40 echo bin2hex(openssl_pkey_derive($pub,$priv));
|
H A D | bug81713.phpt | 56 ["openssl_pkey_derive", $priv_key_file_null, $priv_key_file], 57 ["openssl_pkey_derive", $priv_key_file, $priv_key_file_null], 150 openssl_pkey_derive(): Argument #1 ($public_key) must not contain any null bytes 151 openssl_pkey_derive(): Argument #2 ($private_key) must not contain any null bytes
|
/PHP-8.1/ext/openssl/ |
H A D | openssl_arginfo.h | 444 ZEND_FUNCTION(openssl_pkey_derive); 512 ZEND_FE(openssl_pkey_derive, arginfo_openssl_pkey_derive)
|
H A D | openssl.stub.php | 249 function openssl_pkey_derive($public_key, $private_key, int $key_length = 0): string|false {} function
|
H A D | openssl.c | 5183 PHP_FUNCTION(openssl_pkey_derive) in PHP_FUNCTION() argument
|
Completed in 27 milliseconds