Home
last modified time | relevance | path

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

/lib/
Dlibcrc32c.c40 static struct crypto_shash *tfm; variable
46 char ctx[crypto_shash_descsize(tfm)]; in crc32c()
50 desc.shash.tfm = tfm; in crc32c()
64 tfm = crypto_alloc_shash("crc32c", 0, 0); in libcrc32c_mod_init()
65 if (IS_ERR(tfm)) in libcrc32c_mod_init()
66 return PTR_ERR(tfm); in libcrc32c_mod_init()
73 crypto_free_shash(tfm); in libcrc32c_mod_fini()