Home
last modified time | relevance | path

Searched refs:testmgr_poison (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dtestmgr.c206 static inline void testmgr_poison(void *addr, size_t len) in testmgr_poison() function
655 testmgr_poison(addr + copy_len, partitions[i].length + in build_test_sglist()
658 testmgr_poison(addr, partitions[i].length + in build_test_sglist()
1333 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg()
1334 testmgr_poison(result, digestsize + TESTMGR_POISON_LEN); in test_shash_vec_cfg()
1400 testmgr_poison(hashstate + statesize, in test_shash_vec_cfg()
1413 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg()
1520 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg()
1521 testmgr_poison(result, digestsize + TESTMGR_POISON_LEN); in test_ahash_vec_cfg()
1578 testmgr_poison(hashstate + statesize, in test_ahash_vec_cfg()
[all …]