Searched refs:MCRYPT_ENCRYPT (Results 1 – 15 of 15) sorted by relevance
/PHP-5.5/ext/mcrypt/tests/ |
H A D | mcrypt_ecb.phpt | 12 $enc_data = mcrypt_ecb($cipher, $key, $secret, MCRYPT_ENCRYPT, $iv);
|
H A D | mcrypt_ofb.phpt | 12 $enc_data = mcrypt_ofb($cipher, $key, $secret, MCRYPT_ENCRYPT, $iv);
|
H A D | mcrypt_cfb.phpt | 12 $enc_data = mcrypt_cfb($cipher, $key, $secret, MCRYPT_ENCRYPT, $iv);
|
H A D | mcrypt_cbc.phpt | 12 $enc_data = mcrypt_cbc($cipher, $key, $secret, MCRYPT_ENCRYPT, $iv);
|
H A D | mcrypt_ecb_3des_encrypt.phpt | 24 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_cbc_3des_encrypt.phpt | 22 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_ecb_variation2.phpt | 33 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_ecb_variation3.phpt | 33 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_ecb_variation5.phpt | 34 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_ecb_variation1.phpt | 33 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_cbc_variation2.phpt | 31 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_cbc_variation3.phpt | 31 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_cbc_variation1.phpt | 31 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_cbc_variation5.phpt | 32 $mode = MCRYPT_ENCRYPT;
|
/PHP-5.5/ext/mcrypt/ |
H A D | mcrypt.c | 354 #define MCRYPT_ENCRYPT 0 macro 1278 if (dencrypt == MCRYPT_ENCRYPT) { in php_mcrypt_do_crypt() 1310 …len, data, data_len, Z_STRVAL_PP(mode), iv, iv_len, ZEND_NUM_ARGS(), MCRYPT_ENCRYPT, return_value … in PHP_FUNCTION()
|
Completed in 26 milliseconds