Home
last modified time | relevance | path

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

/crypto/
A Dacompress.c37 static const struct crypto_type crypto_acomp_type; variable
90 if (tfm->__crt_alg->cra_type != &crypto_acomp_type) in crypto_acomp_init_tfm()
130 if (alg->cra_type != &crypto_acomp_type) in crypto_acomp_extsize()
136 static const struct crypto_type crypto_acomp_type = { variable
155 return crypto_alloc_tfm(alg_name, &crypto_acomp_type, type, mask); in crypto_alloc_acomp()
162 return crypto_alloc_tfm_node(alg_name, &crypto_acomp_type, type, mask, in crypto_alloc_acomp_node()
321 base->cra_type = &crypto_acomp_type; in crypto_register_acomp()

Completed in 5 milliseconds