Searched refs:calg (Results 1 – 4 of 4) sorted by relevance
305 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_scomp_ops_async() local310 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()
310 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_lskcipher_ops_sg() local313 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()
43 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()
253 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_ahash_using_shash() local258 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