Home
last modified time | relevance | path

Searched refs:MCRYPT_ENCRYPT (Results 1 – 15 of 15) sorted by relevance

/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_ecb.phpt12 $enc_data = mcrypt_ecb($cipher, $key, $secret, MCRYPT_ENCRYPT, $iv);
H A Dmcrypt_ofb.phpt12 $enc_data = mcrypt_ofb($cipher, $key, $secret, MCRYPT_ENCRYPT, $iv);
H A Dmcrypt_cbc.phpt12 $enc_data = mcrypt_cbc($cipher, $key, $secret, MCRYPT_ENCRYPT, $iv);
H A Dmcrypt_cfb.phpt12 $enc_data = mcrypt_cfb($cipher, $key, $secret, MCRYPT_ENCRYPT, $iv);
H A Dmcrypt_ecb_3des_encrypt.phpt22 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_cbc_3des_encrypt.phpt22 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_ecb_variation2.phpt31 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_cbc_variation2.phpt31 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_cbc_variation3.phpt31 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_ecb_variation3.phpt31 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_ecb_variation5.phpt32 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_ecb_variation1.phpt31 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_cbc_variation1.phpt31 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_cbc_variation5.phpt32 $mode = MCRYPT_ENCRYPT;
/PHP-5.3/ext/mcrypt/
H A Dmcrypt.c354 #define MCRYPT_ENCRYPT 0 macro
1255 if (dencrypt == MCRYPT_ENCRYPT) { in php_mcrypt_do_crypt()
1287 …len, data, data_len, Z_STRVAL_PP(mode), iv, iv_len, ZEND_NUM_ARGS(), MCRYPT_ENCRYPT, return_value … in PHP_FUNCTION()

Completed in 21 milliseconds