Searched refs:MCRYPT_ENCRYPT (Results 1 – 15 of 15) sorted by relevance
/PHP-5.6/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_cbc.phpt | 12 $enc_data = mcrypt_cbc($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_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_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_variation3.phpt | 31 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_cbc_variation1.phpt | 31 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_ecb_variation2.phpt | 33 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_cbc_variation2.phpt | 31 $mode = MCRYPT_ENCRYPT;
|
H A D | mcrypt_cbc_variation5.phpt | 32 $mode = MCRYPT_ENCRYPT;
|
/PHP-5.6/ext/mcrypt/ |
H A D | mcrypt.c | 315 #define MCRYPT_ENCRYPT 0 macro 1319 if (dencrypt == MCRYPT_ENCRYPT) { in php_mcrypt_do_crypt() 1345 …php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, mode, iv, iv_len, MCRYPT_ENCRYPT, return… in PHP_FUNCTION()
|
Completed in 30 milliseconds