Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Dscompress.c37 static const struct crypto_type crypto_scomp_type; variable
196 scomp = crypto_create_tfm(calg, &crypto_scomp_type); in crypto_init_scomp_ops_async()
244 static const struct crypto_type crypto_scomp_type = { variable
261 base->cra_type = &crypto_scomp_type; in crypto_register_scomp()