Searched refs:ecb (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/mcrypt/tests/ |
H A D | mcrypt_enc_get_supported_key_sizes.phpt | 7 $td = mcrypt_module_open('rijndael-256', '', 'ecb', '');
|
H A D | mcrypt_list_modes.phpt | 17 string(3) "ecb"
|
H A D | bug46010.phpt | 2 Bug #46010 (warnings incorrectly generated for iv in ecb mode)
|
H A D | mcrypt_enc_get_algorithms_name.phpt | 15 $td = mcrypt_module_open('des', '', 'ecb', '');
|
H A D | mcrypt_enc_get_mode_name.phpt | 15 $td = mcrypt_module_open('des', '', 'ecb', '');
|
H A D | mcrypt_encrypt_3des_ecb.phpt | 44 // ivs should be ignored in ecb mode
|
/PHP-5.3/sapi/isapi/ |
H A D | php5isapi.c | 208 LPEXTENSION_CONTROL_BLOCK ecb; in sapi_isapi_ub_write() local 210 ecb = (LPEXTENSION_CONTROL_BLOCK) SG(server_context); in sapi_isapi_ub_write() 211 if (ecb->WriteClient(ecb->ConnID, (char *) str, &num_bytes, HSE_IO_SYNC) == FALSE) { in sapi_isapi_ub_write()
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | bug49785.phpt | 1776 string(4) "8ecb"
|
/PHP-5.3/ |
H A D | NEWS | 3688 - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode).
|
Completed in 34 milliseconds