Home
last modified time | relevance | path

Searched refs:openssl_pkey_derive (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/openssl/tests/
H A Dopenssl_pkey_derive-ecdh.phpt2 openssl_pkey_derive() ECDH
27 echo bin2hex(openssl_pkey_derive($pub,$priv));
H A Dopenssl_pkey_derive-dh.phpt2 openssl_pkey_derive() DH
40 echo bin2hex(openssl_pkey_derive($pub,$priv));
H A Dbug81713.phpt56 ["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-src/ext/openssl/
H A Dopenssl.stub.php643 function openssl_pkey_derive($public_key, #[\SensitiveParameter] $private_key, int $key_length = 0)…
H A Dopenssl_arginfo.h447 ZEND_FUNCTION(openssl_pkey_derive);
515 ZEND_FE(openssl_pkey_derive, arginfo_openssl_pkey_derive)
H A Dopenssl.c5308 PHP_FUNCTION(openssl_pkey_derive) in PHP_FUNCTION() argument

Completed in 34 milliseconds