Searched refs:crypted (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/openssl/tests/ |
H A D | openssl_error_string_basic.phpt | 114 @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.3/ext/openssl/ |
H A D | openssl.c | 322 ZEND_ARG_INFO(1, crypted) 329 ZEND_ARG_INFO(1, crypted) 336 ZEND_ARG_INFO(1, crypted) 343 ZEND_ARG_INFO(1, crypted) 5650 zval *key, *crypted; in PHP_FUNCTION() local 5691 zval_ptr_dtor(crypted); in PHP_FUNCTION() 5712 zval *key, *crypted; in PHP_FUNCTION() local 5760 zval_ptr_dtor(crypted); in PHP_FUNCTION() 5782 zval *key, *crypted; in PHP_FUNCTION() local 5822 zval_ptr_dtor(crypted); in PHP_FUNCTION() [all …]
|
Completed in 30 milliseconds