Searched refs:passphrase (Results 1 – 3 of 3) sorted by relevance
/imagick/ |
H A D | Imagick.stub.php | 274 public function encipherImage(string $passphrase): bool {} argument 277 public function decipherImage(string $passphrase): bool {} argument
|
H A D | imagick_class.c | 2139 char *passphrase; in PHP_METHOD() local 2142 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &passphrase, &passphrase_len) == FAILURE… in PHP_METHOD() 2150 status = MagickDecipherImage(intern->magick_wand, passphrase); in PHP_METHOD() 2167 char *passphrase; in PHP_METHOD() local 2170 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &passphrase, &passphrase_len) == FAILURE… in PHP_METHOD() 2178 status = MagickEncipherImage(intern->magick_wand, passphrase); in PHP_METHOD()
|
H A D | Imagick_arginfo.h | 1178 ZEND_ARG_TYPE_INFO(0, passphrase, IS_STRING, 0) 1180 ZEND_ARG_INFO(0, passphrase)
|
Completed in 64 milliseconds