Searched refs:comp (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | compress.c | 12 int crypto_comp_compress(struct crypto_comp *comp, in crypto_comp_compress() argument 16 struct crypto_tfm *tfm = crypto_comp_tfm(comp); in crypto_comp_compress() 23 int crypto_comp_decompress(struct crypto_comp *comp, in crypto_comp_decompress() argument 27 struct crypto_tfm *tfm = crypto_comp_tfm(comp); in crypto_comp_decompress()
|
D | testmgr.c | 114 } comp, decomp; member 152 struct comp_test_suite comp; member 3548 struct crypto_comp *comp; in alg_test_comp() local 3560 err = test_acomp(acomp, desc->suite.comp.comp.vecs, in alg_test_comp() 3561 desc->suite.comp.decomp.vecs, in alg_test_comp() 3562 desc->suite.comp.comp.count, in alg_test_comp() 3563 desc->suite.comp.decomp.count); in alg_test_comp() 3566 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp() 3567 if (IS_ERR(comp)) { in alg_test_comp() 3569 driver, PTR_ERR(comp)); in alg_test_comp() [all …]
|