Home
last modified time | relevance | path

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

/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation5.phpt127 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
131 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
135 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
139 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)
147 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
151 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
155 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
159 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
179 Error: 2 - mcrypt_cbc(): The IV parameter must be as long as the blocksize, %s(%d)
[all …]
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_rijndael128_128BitKey.phpt97 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
100 Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in %s on line %d
105 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
108 Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in %s on line %d
113 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
116 Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in %s on line %d
125 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
128 Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in %s on line %d
H A Dmcrypt_cbc_3des_encrypt.phpt75 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
83 Warning: mcrypt_cbc(): 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_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_cbc_3des_decrypt.phpt92 Warning: mcrypt_cbc(): The IV parameter must be as long as the blocksize in %s on line %d
100 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.3/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.3/ext/bz2/
H A Dbz2.c79 ZEND_ARG_INFO(0, blocksize)
/PHP-5.3/ext/gd/
H A Dgd.c4924 long tmp, blocksize; in php_image_filter_pixelate() local
4927 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rll|b", &IM, &tmp, &blocksize, &mode) == FAI… in php_image_filter_pixelate()
4937 if (gdImagePixelate(im, (int) blocksize, (const unsigned int) mode)) { in php_image_filter_pixelate()
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic6622 >>32 beshort x blocksize: %d bytes,
6624 >>51 belong x blocksize: %d bytes,
6636 >>32 leshort x blocksize: %d bytes,
6638 >>51 lelong x blocksize: %d bytes,
6728 >0x10024 belong x (blocksize %d,
6785 >>&8 lelong x \b, blocksize %d

Completed in 58 milliseconds