Searched refs:testmgr_poison (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 205 static inline void testmgr_poison(void *addr, size_t len) in testmgr_poison() function 624 testmgr_poison(addr + copy_len, partitions[i].length + in build_test_sglist() 627 testmgr_poison(addr, partitions[i].length + in build_test_sglist() 1220 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1221 testmgr_poison(result, digestsize + TESTMGR_POISON_LEN); in test_shash_vec_cfg() 1287 testmgr_poison(hashstate + statesize, in test_shash_vec_cfg() 1300 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1408 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg() 1409 testmgr_poison(result, digestsize + TESTMGR_POISON_LEN); in test_ahash_vec_cfg() 1466 testmgr_poison(hashstat in test_ahash_vec_cfg() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.c | 205 static inline void testmgr_poison(void *addr, size_t len) in testmgr_poison() function 651 testmgr_poison(addr + copy_len, partitions[i].length + in build_test_sglist() 654 testmgr_poison(addr, partitions[i].length + in build_test_sglist() 1316 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1317 testmgr_poison(result, digestsize + TESTMGR_POISON_LEN); in test_shash_vec_cfg() 1383 testmgr_poison(hashstate + statesize, in test_shash_vec_cfg() 1396 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1504 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg() 1505 testmgr_poison(result, digestsize + TESTMGR_POISON_LEN); in test_ahash_vec_cfg() 1562 testmgr_poison(hashstat in test_ahash_vec_cfg() [all...] |
Completed in 8 milliseconds