Searched refs:openssl_pkey_derive (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/openssl/tests/ |
H A D | openssl_pkey_derive-ecdh.phpt | 2 openssl_pkey_derive() ECDH 25 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 | 54 ["openssl_pkey_derive", $priv_key_file_null, $priv_key_file], 55 ["openssl_pkey_derive", $priv_key_file, $priv_key_file_null], 148 openssl_pkey_derive(): Argument #1 ($public_key) must not contain any null bytes 149 openssl_pkey_derive(): Argument #2 ($private_key) must not contain any null bytes
|
/PHP-8.0/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 | 213 function openssl_pkey_derive($public_key, $private_key, int $key_length = 0): string|false {} function
|
H A D | openssl.c | 4826 PHP_FUNCTION(openssl_pkey_derive) in PHP_FUNCTION() argument
|
Completed in 322 milliseconds