• Home
  • Raw
  • Download

Lines Matching refs:ENCRYPT

46 #define ENCRYPT 1  macro
163 if (enc == ENCRYPT) in do_mult_aead_op()
275 if (enc == ENCRYPT) in test_mb_aead_speed()
549 if (enc == ENCRYPT) in test_aead_speed()
1161 if (enc == ENCRYPT) in do_mult_acipher_op()
1261 if (enc == ENCRYPT) in test_mb_skcipher_speed()
1502 if (enc == ENCRYPT) in test_skcipher_speed()
2053 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2057 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2061 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2065 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2069 test_cipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2073 test_cipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2077 test_cipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2084 test_cipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2090 test_cipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2096 test_cipher_speed("ctr(des3_ede)", ENCRYPT, sec, in do_test()
2105 test_cipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2109 test_cipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2113 test_cipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2117 test_cipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2121 test_cipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2128 test_cipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2132 test_cipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2136 test_cipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2143 test_cipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2147 test_cipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2154 test_cipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2158 test_cipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2162 test_cipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2166 test_cipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2170 test_cipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2177 test_cipher_speed("salsa20", ENCRYPT, sec, NULL, 0, in do_test()
2182 test_cipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2186 test_cipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2190 test_cipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2194 test_cipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2198 test_cipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2205 test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2210 test_cipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2214 test_cipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2218 test_cipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2225 test_cipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2229 test_cipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2233 test_cipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2237 test_cipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2241 test_cipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2248 test_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, in do_test()
2250 test_aead_speed("gcm(aes)", ENCRYPT, sec, in do_test()
2259 test_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, in do_test()
2266 test_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, sec, in do_test()
2273 test_cipher_speed("chacha20", ENCRYPT, sec, NULL, 0, in do_test()
2278 test_mb_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, NULL, in do_test()
2280 test_mb_aead_speed("gcm(aes)", ENCRYPT, sec, NULL, 0, 16, 8, in do_test()
2289 test_mb_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2296 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, in do_test()
2305 test_cipher_speed("ecb(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2309 test_cipher_speed("cbc(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2313 test_cipher_speed("ctr(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2320 test_cipher_speed("adiantum(xchacha12,aes)", ENCRYPT, sec, NULL, in do_test()
2324 test_cipher_speed("adiantum(xchacha20,aes)", ENCRYPT, sec, NULL, in do_test()
2332 ENCRYPT, sec, NULL, 0, in do_test()
2340 test_aead_speed("aegis128", ENCRYPT, sec, in do_test()
2593 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2597 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2601 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2605 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2609 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2613 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2617 test_acipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2621 test_acipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2625 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2632 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2638 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2644 test_acipher_speed("cfb(des3_ede)", ENCRYPT, sec, in do_test()
2650 test_acipher_speed("ofb(des3_ede)", ENCRYPT, sec, in do_test()
2659 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2663 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2667 test_acipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2671 test_acipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2678 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2682 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2686 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2690 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2694 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2701 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2705 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2709 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2713 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2717 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2724 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2729 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2733 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2737 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2744 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2748 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2752 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2756 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2760 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2767 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2771 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2775 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2779 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2783 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2790 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2794 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2798 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2805 test_mb_skcipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2809 test_mb_skcipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2813 test_mb_skcipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2817 test_mb_skcipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2821 test_mb_skcipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2825 test_mb_skcipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2829 test_mb_skcipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2833 test_mb_skcipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2837 test_mb_skcipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, in do_test()
2844 test_mb_skcipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2850 test_mb_skcipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2856 test_mb_skcipher_speed("cfb(des3_ede)", ENCRYPT, sec, in do_test()
2862 test_mb_skcipher_speed("ofb(des3_ede)", ENCRYPT, sec, in do_test()
2871 test_mb_skcipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2875 test_mb_skcipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2879 test_mb_skcipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2883 test_mb_skcipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2890 test_mb_skcipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2894 test_mb_skcipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2898 test_mb_skcipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2902 test_mb_skcipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2906 test_mb_skcipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2913 test_mb_skcipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2917 test_mb_skcipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2921 test_mb_skcipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2925 test_mb_skcipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2929 test_mb_skcipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2936 test_mb_skcipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2941 test_mb_skcipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2945 test_mb_skcipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2949 test_mb_skcipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2956 test_mb_skcipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2960 test_mb_skcipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2964 test_mb_skcipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2968 test_mb_skcipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2972 test_mb_skcipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2979 test_mb_skcipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2983 test_mb_skcipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2987 test_mb_skcipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2991 test_mb_skcipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2995 test_mb_skcipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
3002 test_mb_skcipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
3006 test_mb_skcipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
3010 test_mb_skcipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()