Lines Matching refs:ENCRYPT

46 #define ENCRYPT 1  macro
164 if (enc == ENCRYPT) in do_mult_aead_op()
276 if (enc == ENCRYPT) in test_mb_aead_speed()
557 if (enc == ENCRYPT) in test_aead_speed()
1175 if (enc == ENCRYPT) in do_mult_acipher_op()
1275 if (enc == ENCRYPT) in test_mb_skcipher_speed()
1517 if (enc == ENCRYPT) in test_skcipher_speed()
2063 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2067 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2071 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2075 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2079 test_cipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2083 test_cipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2087 test_cipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2094 test_cipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2100 test_cipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2106 test_cipher_speed("ctr(des3_ede)", ENCRYPT, sec, in do_test()
2115 test_cipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2119 test_cipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2123 test_cipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2127 test_cipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2131 test_cipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2138 test_cipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2142 test_cipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2146 test_cipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2153 test_cipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2157 test_cipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2164 test_cipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2168 test_cipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2172 test_cipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2176 test_cipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2180 test_cipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2187 test_cipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2191 test_cipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2195 test_cipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2199 test_cipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2203 test_cipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2210 test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2215 test_cipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2219 test_cipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2223 test_cipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2230 test_cipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2234 test_cipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2238 test_cipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2242 test_cipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2246 test_cipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2253 test_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, in do_test()
2255 test_aead_speed("gcm(aes)", ENCRYPT, sec, in do_test()
2264 test_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, in do_test()
2271 test_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, sec, in do_test()
2278 test_cipher_speed("chacha20", ENCRYPT, sec, NULL, 0, in do_test()
2283 test_mb_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, NULL, in do_test()
2285 test_mb_aead_speed("gcm(aes)", ENCRYPT, sec, NULL, 0, 16, 8, in do_test()
2294 test_mb_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2301 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, in do_test()
2310 test_cipher_speed("ecb(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2314 test_cipher_speed("cbc(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2318 test_cipher_speed("cfb(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2322 test_cipher_speed("ctr(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2329 test_cipher_speed("adiantum(xchacha12,aes)", ENCRYPT, sec, NULL, in do_test()
2333 test_cipher_speed("adiantum(xchacha20,aes)", ENCRYPT, sec, NULL, in do_test()
2341 ENCRYPT, sec, NULL, 0, in do_test()
2349 test_aead_speed("aegis128", ENCRYPT, sec, in do_test()
2356 test_aead_speed("gcm(sm4)", ENCRYPT, sec, in do_test()
2363 test_aead_speed("rfc4309(ccm(sm4))", ENCRYPT, sec, in do_test()
2370 test_mb_aead_speed("gcm(sm4)", ENCRYPT, sec, NULL, 0, 16, 8, in do_test()
2377 test_mb_aead_speed("rfc4309(ccm(sm4))", ENCRYPT, sec, NULL, 0, in do_test()
2607 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2611 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2615 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2619 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2623 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2627 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2631 test_acipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2635 test_acipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2639 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2646 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2652 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2658 test_acipher_speed("cfb(des3_ede)", ENCRYPT, sec, in do_test()
2664 test_acipher_speed("ofb(des3_ede)", ENCRYPT, sec, in do_test()
2673 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2677 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2681 test_acipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2685 test_acipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2692 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2696 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2700 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2704 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2708 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2715 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2719 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2723 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2727 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2731 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2738 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2743 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2747 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2751 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2758 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2762 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2766 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2770 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2774 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2781 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2785 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2789 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2793 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2797 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2804 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2808 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2812 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2819 test_acipher_speed("ecb(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2823 test_acipher_speed("cbc(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2827 test_acipher_speed("cfb(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2831 test_acipher_speed("ctr(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2838 test_mb_skcipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2842 test_mb_skcipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2846 test_mb_skcipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2850 test_mb_skcipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2854 test_mb_skcipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2858 test_mb_skcipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2862 test_mb_skcipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2866 test_mb_skcipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2870 test_mb_skcipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, in do_test()
2877 test_mb_skcipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2883 test_mb_skcipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2889 test_mb_skcipher_speed("cfb(des3_ede)", ENCRYPT, sec, in do_test()
2895 test_mb_skcipher_speed("ofb(des3_ede)", ENCRYPT, sec, in do_test()
2904 test_mb_skcipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2908 test_mb_skcipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2912 test_mb_skcipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2916 test_mb_skcipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2923 test_mb_skcipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2927 test_mb_skcipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2931 test_mb_skcipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2935 test_mb_skcipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2939 test_mb_skcipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2946 test_mb_skcipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2950 test_mb_skcipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2954 test_mb_skcipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2958 test_mb_skcipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2962 test_mb_skcipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2969 test_mb_skcipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2974 test_mb_skcipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2978 test_mb_skcipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2982 test_mb_skcipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2989 test_mb_skcipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2993 test_mb_skcipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2997 test_mb_skcipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
3001 test_mb_skcipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
3005 test_mb_skcipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
3012 test_mb_skcipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
3016 test_mb_skcipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
3020 test_mb_skcipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
3024 test_mb_skcipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
3028 test_mb_skcipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
3035 test_mb_skcipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
3039 test_mb_skcipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
3043 test_mb_skcipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()