Home
last modified time | relevance | path

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

/linux/crypto/
H A Dscompress.c209 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_scomp_ops_async() local
214 if (!crypto_mod_get(calg)) in crypto_init_scomp_ops_async()
217 scomp = crypto_create_tfm(calg, &crypto_scomp_type); in crypto_init_scomp_ops_async()
219 crypto_mod_put(calg); in crypto_init_scomp_ops_async()
282 struct crypto_alg *base = &alg->calg.base; in crypto_register_scomp()
284 comp_prepare_alg(&alg->calg); in crypto_register_scomp()
H A Dacompress.c28 return container_of(alg, struct acomp_alg, calg.base); in __crypto_acomp_alg()
165 struct crypto_alg *base = &alg->calg.base; in crypto_register_acomp()
167 comp_prepare_alg(&alg->calg); in crypto_register_acomp()
H A Dlskcipher.c309 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_lskcipher_ops_sg() local
312 if (!crypto_mod_get(calg)) in crypto_init_lskcipher_ops_sg()
315 skcipher = crypto_create_tfm(calg, &crypto_lskcipher_type); in crypto_init_lskcipher_ops_sg()
317 crypto_mod_put(calg); in crypto_init_lskcipher_ops_sg()
H A Dahash.c115 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_ahash_using_shash() local
120 if (!crypto_mod_get(calg)) in crypto_init_ahash_using_shash()
123 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_ahash_using_shash()
125 crypto_mod_put(calg); in crypto_init_ahash_using_shash()
/linux/net/xfrm/
H A Dxfrm_ipcomp.c333 if (!x->calg) { in ipcomp_init_state()
352 ipcd->tfms = ipcomp_alloc_tfms(x->calg->alg_name); in ipcomp_init_state()
357 calg_desc = xfrm_calg_get_byname(x->calg->alg_name, 0); in ipcomp_init_state()
/linux/include/crypto/internal/
H A Dscompress.h45 struct comp_alg_common calg; member
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c292 if (xs->calg) { in ixgbevf_ipsec_add_sa()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c597 if (xs->calg) { in ixgbe_ipsec_add_sa()
/linux/include/net/
H A Dxfrm.h226 struct xfrm_algo *calg; member