Searched refs:crypto_acomp_type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | acompress.c | 24 static const struct crypto_type crypto_acomp_type; variable 65 if (tfm->__crt_alg->cra_type != &crypto_acomp_type) in crypto_acomp_init_tfm() 86 if (alg->cra_type != &crypto_acomp_type) in crypto_acomp_extsize() 92 static const struct crypto_type crypto_acomp_type = { variable 108 return crypto_alloc_tfm(alg_name, &crypto_acomp_type, type, mask); in crypto_alloc_acomp() 115 return crypto_alloc_tfm_node(alg_name, &crypto_acomp_type, type, mask, in crypto_alloc_acomp_node() 126 if (req && (tfm->__crt_alg->cra_type != &crypto_acomp_type)) in acomp_request_alloc() 138 if (tfm->__crt_alg->cra_type != &crypto_acomp_type) in acomp_request_free() 154 base->cra_type = &crypto_acomp_type; in crypto_register_acomp()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | acompress.c | 24 static const struct crypto_type crypto_acomp_type; variable 69 if (tfm->__crt_alg->cra_type != &crypto_acomp_type) in crypto_acomp_init_tfm() 90 if (alg->cra_type != &crypto_acomp_type) in crypto_acomp_extsize() 122 static const struct crypto_type crypto_acomp_type = { variable 143 return crypto_alloc_tfm(alg_name, &crypto_acomp_type, type, mask); in crypto_alloc_acomp() 150 return crypto_alloc_tfm_node(alg_name, &crypto_acomp_type, type, mask, in crypto_alloc_acomp_node() 161 if (req && (tfm->__crt_alg->cra_type != &crypto_acomp_type)) in acomp_request_alloc() 173 if (tfm->__crt_alg->cra_type != &crypto_acomp_type) in acomp_request_free() 202 base->cra_type = &crypto_acomp_type; in crypto_register_acomp()
|
Completed in 2 milliseconds