Searched refs:ecb (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/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.6/ext/openssl/tests/ |
H A D | bug69215-client.pem | 15 2ecb/x9f7G2XAn0iwcfylMkSZHirxqaos8LodsPxg8GdNJT89C66n+EJerrFwi6i
|
/PHP-5.6/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.6/ext/standard/tests/strings/ |
H A D | bug49785.phpt | 1785 string(4) "8ecb"
|
/PHP-5.6/ |
H A D | NEWS | 8316 - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode).
|
Completed in 67 milliseconds