Home
last modified time | relevance | path

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

/PHP-7.1/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.c365 ZEND_ARG_INFO(0, pubkeys) /* array */
5846 zval *pubkeys, *pubkey, *sealdata, *ekeys, *iv = NULL; in PHP_FUNCTION() local
5860 &sealdata, &ekeys, &pubkeys, &method, &method_len, &iv) == FAILURE) { in PHP_FUNCTION()
5863 pubkeysht = Z_ARRVAL_P(pubkeys); in PHP_FUNCTION()
/PHP-7.1/ext/openssl/tests/
H A Dbug71475.phpt14 Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s%ebug71475.php on line %d
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

Completed in 33 milliseconds