Home
last modified time | relevance | path

Searched refs:crypted (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt100 @openssl_private_encrypt("data", $crypted, $private_key_file, 1000);
103 @openssl_private_decrypt("data", $crypted, $private_key_file);
106 @openssl_public_encrypt("data", $crypted, $public_key_file, 1000);
107 @openssl_public_decrypt("data", $crypted, $public_key_file);
/PHP-7.0/ext/openssl/
H A Dopenssl.c315 ZEND_ARG_INFO(1, crypted)
322 ZEND_ARG_INFO(1, crypted)
329 ZEND_ARG_INFO(1, crypted)
4945 zval *key, *crypted; in PHP_FUNCTION() local
4986 zval_dtor(crypted); in PHP_FUNCTION()
5005 zval *key, *crypted; in PHP_FUNCTION() local
5053 zval_dtor(crypted); in PHP_FUNCTION()
5073 zval *key, *crypted; in PHP_FUNCTION() local
5113 zval_dtor(crypted); in PHP_FUNCTION()
5132 zval *key, *crypted; in PHP_FUNCTION() local
[all …]

Completed in 20 milliseconds