Home
last modified time | relevance | path

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

/PHP-5.6/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.phpt24 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_cbc_3des_encrypt.phpt22 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_ecb_variation3.phpt33 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_ecb_variation5.phpt34 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_ecb_variation1.phpt33 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_cbc_variation3.phpt31 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_cbc_variation1.phpt31 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_ecb_variation2.phpt33 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_cbc_variation2.phpt31 $mode = MCRYPT_ENCRYPT;
H A Dmcrypt_cbc_variation5.phpt32 $mode = MCRYPT_ENCRYPT;
/PHP-5.6/ext/mcrypt/
H A Dmcrypt.c315 #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 77 milliseconds