Searched refs:do_mult_acipher_op (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | tcrypt.c | 1155 static int do_mult_acipher_op(struct test_mb_skcipher_data *data, int enc, in do_mult_acipher_op() function 1195 ret = do_mult_acipher_op(data, enc, num_mb, rc); in test_mb_acipher_jiffies() 1222 ret = do_mult_acipher_op(data, enc, num_mb, rc); in test_mb_acipher_cycles() 1232 ret = do_mult_acipher_op(data, enc, num_mb, rc); in test_mb_acipher_cycles()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | tcrypt.c | 966 static int do_mult_acipher_op(struct test_mb_skcipher_data *data, int enc, in do_mult_acipher_op() function 1006 ret = do_mult_acipher_op(data, enc, num_mb, rc); in test_mb_acipher_jiffies() 1033 ret = do_mult_acipher_op(data, enc, num_mb, rc); in test_mb_acipher_cycles() 1043 ret = do_mult_acipher_op(data, enc, num_mb, rc); in test_mb_acipher_cycles()
|
Completed in 6 milliseconds