Searched refs:do_one_acipher_op (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | tcrypt.c | 1402 static inline int do_one_acipher_op(struct skcipher_request *req, int ret) in do_one_acipher_op() function 1419 ret = do_one_acipher_op(req, in test_acipher_jiffies() 1422 ret = do_one_acipher_op(req, in test_acipher_jiffies() 1444 ret = do_one_acipher_op(req, in test_acipher_cycles() 1447 ret = do_one_acipher_op(req, in test_acipher_cycles() 1460 ret = do_one_acipher_op(req, in test_acipher_cycles() 1463 ret = do_one_acipher_op(req, in test_acipher_cycles()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | tcrypt.c | 1214 static inline int do_one_acipher_op(struct skcipher_request *req, int ret) in do_one_acipher_op() function 1231 ret = do_one_acipher_op(req, in test_acipher_jiffies() 1234 ret = do_one_acipher_op(req, in test_acipher_jiffies() 1256 ret = do_one_acipher_op(req, in test_acipher_cycles() 1259 ret = do_one_acipher_op(req, in test_acipher_cycles() 1272 ret = do_one_acipher_op(req, in test_acipher_cycles() 1275 ret = do_one_acipher_op(req, in test_acipher_cycles()
|
Completed in 7 milliseconds