Searched refs:ENCRYPT (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | tcrypt.c | 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() 1508 if (enc == ENCRYPT) in test_skcipher_speed() 2055 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2059 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2063 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test() [all …]
|
D | testmgr.c | 83 #define ENCRYPT 1 macro 2449 err = test_aead_vec_cfg(ENCRYPT, &ctx->vec, in test_aead_vs_generic_impl() 2583 err = test_aead(ENCRYPT, suite, req, tsgls); in alg_test_aead() 2615 if (enc == ENCRYPT) in test_cipher() 3067 err = test_skcipher_vec_cfg(ENCRYPT, &vec, vec_name, in test_skcipher_vs_generic_impl() 3151 err = test_skcipher(ENCRYPT, suite, req, tsgls); in alg_test_skcipher() 3518 err = test_cipher(tfm, ENCRYPT, suite->vecs, suite->count); in alg_test_cipher()
|