Home
last modified time | relevance | path

Searched refs:blocksize (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_decrypt_variation5.phpt127 Error: 2 - mcrypt_decrypt(): The IV parameter must be as long as the blocksize, %s(%d)
131 Error: 2 - mcrypt_decrypt(): The IV parameter must be as long as the blocksize, %s(%d)
135 Error: 2 - mcrypt_decrypt(): The IV parameter must be as long as the blocksize, %s(%d)
139 Error: 2 - mcrypt_decrypt(): The IV parameter must be as long as the blocksize, %s(%d)
143 Error: 2 - mcrypt_decrypt(): The IV parameter must be as long as the blocksize, %s(%d)
147 Error: 2 - mcrypt_decrypt(): The IV parameter must be as long as the blocksize, %s(%d)
151 Error: 2 - mcrypt_decrypt(): The IV parameter must be as long as the blocksize, %s(%d)
155 Error: 2 - mcrypt_decrypt(): The IV parameter must be as long as the blocksize, %s(%d)
159 Error: 2 - mcrypt_decrypt(): The IV parameter must be as long as the blocksize, %s(%d)
179 Error: 2 - mcrypt_decrypt(): The IV parameter must be as long as the blocksize, %s(%d)
[all …]
H A Dmcrypt_encrypt_variation5.phpt128 Error: 2 - mcrypt_encrypt(): The IV parameter must be as long as the blocksize, %s(%d)
132 Error: 2 - mcrypt_encrypt(): The IV parameter must be as long as the blocksize, %s(%d)
136 Error: 2 - mcrypt_encrypt(): The IV parameter must be as long as the blocksize, %s(%d)
140 Error: 2 - mcrypt_encrypt(): The IV parameter must be as long as the blocksize, %s(%d)
144 Error: 2 - mcrypt_encrypt(): The IV parameter must be as long as the blocksize, %s(%d)
148 Error: 2 - mcrypt_encrypt(): The IV parameter must be as long as the blocksize, %s(%d)
152 Error: 2 - mcrypt_encrypt(): The IV parameter must be as long as the blocksize, %s(%d)
156 Error: 2 - mcrypt_encrypt(): The IV parameter must be as long as the blocksize, %s(%d)
160 Error: 2 - mcrypt_encrypt(): The IV parameter must be as long as the blocksize, %s(%d)
180 Error: 2 - mcrypt_encrypt(): The IV parameter must be as long as the blocksize, %s(%d)
[all …]
H A Dmcrypt_cbc_variation5.phpt128 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
133 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
138 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
143 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
148 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
153 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
158 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
163 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
168 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
193 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
[all …]
H A Dmcrypt_rijndael128_128BitKey.phpt107 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
110 Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in %s on line %d
117 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
120 Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in %s on line %d
127 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
130 Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in %s on line %d
143 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
146 Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in %s on line %d
H A Dmcrypt_encrypt_3des_cbc.phpt84 Warning: mcrypt_encrypt(): The IV parameter must be as long as the blocksize in %s on line %d
92 Warning: mcrypt_encrypt(): The IV parameter must be as long as the blocksize in %s on line %d
H A Dmcrypt_decrypt_3des_cbc.phpt91 Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in %s on line %d
99 Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in %s on line %d
H A Dmcrypt_cbc_3des_encrypt.phpt85 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
97 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
H A Dmcrypt_cbc_3des_decrypt.phpt102 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
114 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
H A Dmcrypt_decrypt.phpt27 Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in %s on line %d
/PHP-5.5/ext/mcrypt/
H A Dmcrypt_filter.c30 int blocksize; member
60 if (data->blocksize) { in php_mcrypt_filter()
72 for(n=0; (n + data->blocksize) <= chunklen; n += data->blocksize) { in php_mcrypt_filter()
75 mcrypt_generic(data->module, outchunk + n, data->blocksize); in php_mcrypt_filter()
77 mdecrypt_generic(data->module, outchunk + n, data->blocksize); in php_mcrypt_filter()
104 if ((flags & PSFS_FLAG_FLUSH_CLOSE) && data->blocksize && data->block_used) { in php_mcrypt_filter()
109 mcrypt_generic(data->module, data->block_buffer, data->blocksize); in php_mcrypt_filter()
111 mdecrypt_generic(data->module, data->block_buffer, data->blocksize); in php_mcrypt_filter()
259 data->blocksize = mcrypt_enc_get_block_size(mcrypt_module); in php_mcrypt_filter_create()
260 data->block_buffer = pemalloc(data->blocksize, persistent); in php_mcrypt_filter_create()
[all …]
/PHP-5.5/ext/bz2/
H A Dbz2.c79 ZEND_ARG_INFO(0, blocksize)
/PHP-5.5/ext/gd/
H A Dgd.c4793 long tmp, blocksize; in php_image_filter_pixelate() local
4796 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rll|b", &IM, &tmp, &blocksize, &mode) == FAI… in php_image_filter_pixelate()
4806 if (gdImagePixelate(im, (int) blocksize, (const unsigned int) mode)) { in php_image_filter_pixelate()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1519 >>2 beshort x \b, blocksize %d
7555 >>32 beshort x blocksize: %d bytes,
7558 >>>51 belong x blocksize: %d bytes,
7560 >>>12 belong x blocksize: %d bytes,
7578 >>32 leshort x blocksize: %d bytes,
7581 >>>51 lelong x blocksize: %d bytes,
7583 >>>12 lelong x blocksize: %d bytes,
7679 >>0x10024 belong x (blocksize %d,
7682 >>0x10024 belong x (blocksize %d,
7739 >>&8 lelong x \b, blocksize %d

Completed in 64 milliseconds