Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt114 @openssl_private_encrypt("data", $crypted, $private_key_file, 1000);
117 @openssl_private_decrypt("data", $crypted, $private_key_file);
120 @openssl_public_encrypt("data", $crypted, $public_key_file, 1000);
121 @openssl_public_decrypt("data", $crypted, $public_key_file);
/PHP-7.2/ext/openssl/
H A Dopenssl.c323 ZEND_ARG_INFO(1, crypted)
330 ZEND_ARG_INFO(1, crypted)
337 ZEND_ARG_INFO(1, crypted)
5600 zval *key, *crypted; in PHP_FUNCTION() local
5641 zval_dtor(crypted); in PHP_FUNCTION()
5662 zval *key, *crypted; in PHP_FUNCTION() local
5710 zval_dtor(crypted); in PHP_FUNCTION()
5732 zval *key, *crypted; in PHP_FUNCTION() local
5772 zval_dtor(crypted); in PHP_FUNCTION()
5793 zval *key, *crypted; in PHP_FUNCTION() local
[all …]

Completed in 19 milliseconds