Home
last modified time | relevance | path

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

/PHP-5.6/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
/PHP-5.6/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.c355 ZEND_ARG_INFO(0, pubkeys) /* array */
4909 zval *pubkeys, **pubkey, *sealdata, *ekeys; in PHP_FUNCTION() local
4922 …D_NUM_ARGS() TSRMLS_CC, "szza/|s", &data, &data_len, &sealdata, &ekeys, &pubkeys, &method, &method… in PHP_FUNCTION()
4926 pubkeysht = HASH_OF(pubkeys); in PHP_FUNCTION()

Completed in 19 milliseconds