Searched refs:verify_correct_output (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 649 static int verify_correct_output(const struct test_sglist *tsgl, in verify_correct_output() function 2092 err = verify_correct_output(&tsgls->dst, enc ? vec->ctext : vec->ptext, in test_aead_vec_cfg() 2838 err = verify_correct_output(&tsgls->dst, enc ? vec->ctext : vec->ptext, in test_skcipher_vec_cfg()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.c | 676 static int verify_correct_output(const struct test_sglist *tsgl, in verify_correct_output() function 2195 err = verify_correct_output(&tsgls->dst, enc ? vec->ctext : vec->ptext, in test_aead_vec_cfg() 2948 err = verify_correct_output(&tsgls->dst, enc ? vec->ctext : vec->ptext, in test_skcipher_vec_cfg()
|
Completed in 12 milliseconds