Searched refs:ENCRYPT (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Drpc_des.h98 #undef ENCRYPT macro
102 enum desdir { ENCRYPT, DECRYPT }; enumerator in enum:desdir
H A Drpc_enc.c70 enc=(desp->des_dir == ENCRYPT)?DES_ENCRYPT:DES_DECRYPT;
H A Ddes_old.h413 # define ENCRYPT DES_ENCRYPT macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Drpc_des.h98 # undef ENCRYPT macro
102 enum desdir { ENCRYPT, DECRYPT }; enumerator in enum:desdir
H A Drpc_enc.c70 enc = (desp->des_dir == ENCRYPT) ? DES_ENCRYPT : DES_DECRYPT;
H A Ddes_old.h465 # define ENCRYPT DES_ENCRYPT macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Drpc_des.h98 # undef ENCRYPT macro
102 enum desdir { ENCRYPT, DECRYPT }; enumerator in enum:desdir
H A Drpc_enc.c70 enc = (desp->des_dir == ENCRYPT) ? DES_ENCRYPT : DES_DECRYPT;
H A Ddes_old.h465 # define ENCRYPT DES_ENCRYPT macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A Dexample3.c20 #define ENCRYPT 1 macro
32 do_cipher(argv[1],ENCRYPT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtcrypt.c40 #define ENCRYPT 1 macro
148 if (enc == ENCRYPT)
984 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
988 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0,
992 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0,
996 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0,
1003 test_cipher_speed("ecb(des3_ede)", ENCRYPT, sec,
1009 test_cipher_speed("cbc(des3_ede)", ENCRYPT, sec,
1018 test_cipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0,
1022 test_cipher_speed("cbc(twofish)", ENCRYPT, se
[all...]
H A Dtestmgr.c58 #define ENCRYPT 1 macro
379 if (enc == ENCRYPT)
696 if (enc == ENCRYPT)
776 if (enc == ENCRYPT)
1312 err = test_aead(tfm, ENCRYPT, desc->suite.aead.enc.vecs,
1341 err = test_cipher(tfm, ENCRYPT, desc->suite.cipher.enc.vecs,
1370 err = test_skcipher(tfm, ENCRYPT, desc->suite.cipher.enc.vecs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddes_old.h413 # define ENCRYPT DES_ENCRYPT macro

Completed in 180 milliseconds