Lines Matching refs:ENCRYPT

51 #define ENCRYPT 1  macro
167 if (enc == ENCRYPT) in do_mult_aead_op()
279 if (enc == ENCRYPT) in test_mb_aead_speed()
553 if (enc == ENCRYPT) in test_aead_speed()
1162 if (enc == ENCRYPT) in do_mult_acipher_op()
1262 if (enc == ENCRYPT) in test_mb_skcipher_speed()
1503 if (enc == ENCRYPT) in test_skcipher_speed()
2038 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2042 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2046 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2050 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2054 test_cipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2058 test_cipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2065 test_cipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2071 test_cipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2077 test_cipher_speed("ctr(des3_ede)", ENCRYPT, sec, in do_test()
2086 test_cipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2090 test_cipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2094 test_cipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2098 test_cipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2102 test_cipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2109 test_cipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2113 test_cipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2117 test_cipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2124 test_cipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2128 test_cipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2135 test_cipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2139 test_cipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2143 test_cipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2147 test_cipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2151 test_cipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2158 test_cipher_speed("salsa20", ENCRYPT, sec, NULL, 0, in do_test()
2163 test_cipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2167 test_cipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2171 test_cipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2175 test_cipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2179 test_cipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2186 test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2191 test_cipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2195 test_cipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2199 test_cipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2206 test_cipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2210 test_cipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2214 test_cipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2218 test_cipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2222 test_cipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2229 test_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, in do_test()
2231 test_aead_speed("gcm(aes)", ENCRYPT, sec, in do_test()
2240 test_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, in do_test()
2247 test_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, sec, in do_test()
2254 test_cipher_speed("chacha20", ENCRYPT, sec, NULL, 0, in do_test()
2259 test_mb_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, NULL, in do_test()
2261 test_mb_aead_speed("gcm(aes)", ENCRYPT, sec, NULL, 0, 16, 8, in do_test()
2270 test_mb_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2277 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, in do_test()
2512 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2516 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2520 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2524 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2528 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2532 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2536 test_acipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2540 test_acipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2544 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2551 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2557 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2563 test_acipher_speed("cfb(des3_ede)", ENCRYPT, sec, in do_test()
2569 test_acipher_speed("ofb(des3_ede)", ENCRYPT, sec, in do_test()
2578 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2582 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2586 test_acipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2590 test_acipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2597 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2601 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2605 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2609 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2613 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2620 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2624 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2628 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2632 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2636 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2643 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2648 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2652 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2656 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2663 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2667 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2671 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2675 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2679 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2686 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2690 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2694 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2698 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2702 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2709 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2713 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2717 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2724 test_mb_skcipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2728 test_mb_skcipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2732 test_mb_skcipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2736 test_mb_skcipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2740 test_mb_skcipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2744 test_mb_skcipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2748 test_mb_skcipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2752 test_mb_skcipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2756 test_mb_skcipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, in do_test()
2763 test_mb_skcipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2769 test_mb_skcipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2775 test_mb_skcipher_speed("cfb(des3_ede)", ENCRYPT, sec, in do_test()
2781 test_mb_skcipher_speed("ofb(des3_ede)", ENCRYPT, sec, in do_test()
2790 test_mb_skcipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2794 test_mb_skcipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2798 test_mb_skcipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2802 test_mb_skcipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2809 test_mb_skcipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2813 test_mb_skcipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2817 test_mb_skcipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2821 test_mb_skcipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2825 test_mb_skcipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2832 test_mb_skcipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2836 test_mb_skcipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2840 test_mb_skcipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2844 test_mb_skcipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2848 test_mb_skcipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2855 test_mb_skcipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2860 test_mb_skcipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2864 test_mb_skcipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2868 test_mb_skcipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2875 test_mb_skcipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2879 test_mb_skcipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2883 test_mb_skcipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2887 test_mb_skcipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2891 test_mb_skcipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2898 test_mb_skcipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2902 test_mb_skcipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2906 test_mb_skcipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2910 test_mb_skcipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2914 test_mb_skcipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2921 test_mb_skcipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2925 test_mb_skcipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2929 test_mb_skcipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()