Home
last modified time | relevance | path

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

/crypto/
A Dscompress.c305 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_scomp_ops_async() local
310 if (!crypto_mod_get(calg)) in crypto_init_scomp_ops_async()
313 scomp = crypto_create_tfm(calg, &crypto_scomp_type); in crypto_init_scomp_ops_async()
315 crypto_mod_put(calg); in crypto_init_scomp_ops_async()
354 struct crypto_alg *base = &alg->calg.base; in scomp_prepare_alg()
356 comp_prepare_alg(&alg->calg); in scomp_prepare_alg()
363 struct crypto_alg *base = &alg->calg.base; in crypto_register_scomp()
A Dlskcipher.c310 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_lskcipher_ops_sg() local
313 if (!crypto_mod_get(calg)) in crypto_init_lskcipher_ops_sg()
316 skcipher = crypto_create_tfm(calg, &crypto_lskcipher_type); in crypto_init_lskcipher_ops_sg()
318 crypto_mod_put(calg); in crypto_init_lskcipher_ops_sg()
A Dacompress.c43 return container_of(alg, struct acomp_alg, calg.base); in __crypto_acomp_alg()
317 struct crypto_alg *base = &alg->calg.base; in crypto_register_acomp()
319 comp_prepare_alg(&alg->calg); in crypto_register_acomp()
A Dahash.c253 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_ahash_using_shash() local
258 if (!crypto_mod_get(calg)) in crypto_init_ahash_using_shash()
261 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_ahash_using_shash()
263 crypto_mod_put(calg); in crypto_init_ahash_using_shash()

Completed in 10 milliseconds