Home
last modified time | relevance | path

Searched refs:ecb (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_enc_get_supported_key_sizes.phpt7 $td = mcrypt_module_open('rijndael-256', '', 'ecb', '');
H A Dmcrypt_list_modes.phpt17 string(3) "ecb"
H A Dbug46010.phpt2 Bug #46010 (warnings incorrectly generated for iv in ecb mode)
H A Dmcrypt_enc_get_algorithms_name.phpt15 $td = mcrypt_module_open('des', '', 'ecb', '');
H A Dmcrypt_enc_get_mode_name.phpt15 $td = mcrypt_module_open('des', '', 'ecb', '');
H A Dmcrypt_encrypt_3des_ecb.phpt44 // ivs should be ignored in ecb mode
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c208 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.5/ext/standard/tests/strings/
H A Dbug49785.phpt1785 string(4) "8ecb"
/PHP-5.5/
H A DNEWS6738 - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode).

Completed in 76 milliseconds