Home
last modified time | relevance | path

Searched refs:pubkeys (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/openssl/tests/
H A Dopenssl_seal_basic.phpt33 Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s on line %d
47 Warning: openssl_seal(): not a public key (2th member of pubkeys) in %s on line %d
56 Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s on line %d
H A Dbug71475.phpt14 Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s%ebug71475.php on line %d
/PHP-7.2/ext/openssl/
H A DREADME196 int openssl_seal(string data, &string sealdata, &array ekeys, array pubkeys)
198 Encrypts data using pubkeys, so that only owners of the respective private
H A Dopenssl.c370 ZEND_ARG_INFO(0, pubkeys) /* array */
6021 zval *pubkeys, *pubkey, *sealdata, *ekeys, *iv = NULL; in PHP_FUNCTION() local
6035 &sealdata, &ekeys, &pubkeys, &method, &method_len, &iv) == FAILURE) { in PHP_FUNCTION()
6038 pubkeysht = Z_ARRVAL_P(pubkeys); in PHP_FUNCTION()

Completed in 28 milliseconds