Home
last modified time | relevance | path

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

/imagick/
H A DImagick.stub.php274 public function encipherImage(string $passphrase): bool {} argument
277 public function decipherImage(string $passphrase): bool {} argument
H A Dimagick_class.c2139 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 DImagick_arginfo.h1178 ZEND_ARG_TYPE_INFO(0, passphrase, IS_STRING, 0)
1180 ZEND_ARG_INFO(0, passphrase)

Completed in 64 milliseconds