• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/

Lines Matching refs:DECRYPT

58 #define DECRYPT 0
896 test_cipher("ecb(des)", DECRYPT, des_dec_tv_template,
900 test_cipher("cbc(des)", DECRYPT, des_cbc_dec_tv_template,
906 test_cipher("ecb(des3_ede)", DECRYPT, des3_ede_dec_tv_template,
916 test_cipher("ecb(blowfish)", DECRYPT, bf_dec_tv_template,
920 test_cipher("cbc(blowfish)", DECRYPT, bf_cbc_dec_tv_template,
926 test_cipher("ecb(twofish)", DECRYPT, tf_dec_tv_template,
930 test_cipher("cbc(twofish)", DECRYPT, tf_cbc_dec_tv_template,
936 test_cipher("ecb(serpent)", DECRYPT, serpent_dec_tv_template,
942 test_cipher("ecb(tnepres)", DECRYPT, tnepres_dec_tv_template,
948 test_cipher("ecb(aes)", DECRYPT, aes_dec_tv_template,
952 test_cipher("cbc(aes)", DECRYPT, aes_cbc_dec_tv_template,
956 test_cipher("lrw(aes)", DECRYPT, aes_lrw_dec_tv_template,
962 test_cipher("ecb(cast5)", DECRYPT, cast5_dec_tv_template,
968 test_cipher("ecb(cast6)", DECRYPT, cast6_dec_tv_template,
974 test_cipher("ecb(arc4)", DECRYPT, arc4_dec_tv_template,
980 test_cipher("ecb(tea)", DECRYPT, tea_dec_tv_template,
987 test_cipher("ecb(xtea)", DECRYPT, xtea_dec_tv_template,
993 test_cipher("ecb(khazad)", DECRYPT, khazad_dec_tv_template,
999 test_cipher("ecb(anubis)", DECRYPT, anubis_dec_tv_template,
1003 test_cipher("cbc(anubis)", DECRYPT, anubis_cbc_dec_tv_template,
1009 test_cipher("ecb(xeta)", DECRYPT, xeta_dec_tv_template,
1015 test_cipher("pcbc(fcrypt)", DECRYPT, fcrypt_pcbc_dec_tv_template,
1022 test_cipher("ecb(camellia)", DECRYPT,
1028 test_cipher("cbc(camellia)", DECRYPT,
1070 test_cipher("ecb(des)", DECRYPT, des_dec_tv_template,
1074 test_cipher("cbc(des)", DECRYPT, des_cbc_dec_tv_template,
1081 test_cipher("ecb(des3_ede)", DECRYPT, des3_ede_dec_tv_template,
1096 test_cipher("ecb(blowfish)", DECRYPT, bf_dec_tv_template,
1100 test_cipher("cbc(blowfish)", DECRYPT, bf_cbc_dec_tv_template,
1107 test_cipher("ecb(twofish)", DECRYPT, tf_dec_tv_template,
1111 test_cipher("cbc(twofish)", DECRYPT, tf_cbc_dec_tv_template,
1118 test_cipher("ecb(serpent)", DECRYPT, serpent_dec_tv_template,
1125 test_cipher("ecb(aes)", DECRYPT, aes_dec_tv_template,
1129 test_cipher("cbc(aes)", DECRYPT, aes_cbc_dec_tv_template,
1133 test_cipher("lrw(aes)", DECRYPT, aes_lrw_dec_tv_template,
1152 test_cipher("ecb(cast5)", DECRYPT, cast5_dec_tv_template,
1159 test_cipher("ecb(cast6)", DECRYPT, cast6_dec_tv_template,
1166 test_cipher("ecb(arc4)", DECRYPT, arc4_dec_tv_template,
1181 test_cipher("ecb(tea)", DECRYPT, tea_dec_tv_template,
1188 test_cipher("ecb(xtea)", DECRYPT, xtea_dec_tv_template,
1195 test_cipher("ecb(khazad)", DECRYPT, khazad_dec_tv_template,
1214 test_cipher("ecb(tnepres)", DECRYPT, tnepres_dec_tv_template,
1221 test_cipher("ecb(anubis)", DECRYPT, anubis_dec_tv_template,
1225 test_cipher("cbc(anubis)", DECRYPT, anubis_cbc_dec_tv_template,
1245 test_cipher("ecb(xeta)", DECRYPT, xeta_dec_tv_template,
1252 test_cipher("pcbc(fcrypt)", DECRYPT, fcrypt_pcbc_dec_tv_template,
1260 test_cipher("ecb(camellia)", DECRYPT,
1266 test_cipher("cbc(camellia)", DECRYPT,
1300 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0,
1304 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0,
1308 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
1317 test_cipher_speed("ecb(des3_ede)", DECRYPT, sec,
1325 test_cipher_speed("cbc(des3_ede)", DECRYPT, sec,
1334 test_cipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0,
1338 test_cipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0,
1345 test_cipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0,
1349 test_cipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0,
1356 test_cipher_speed("ecb(des)", DECRYPT, sec, NULL, 0,
1360 test_cipher_speed("cbc(des)", DECRYPT, sec, NULL, 0,
1367 test_cipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0,
1371 test_cipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0,