Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dcrc64-rocksoft.c13 static struct crypto_shash __rcu *crc64_rocksoft_tfm; variable
35 old = rcu_dereference_protected(crc64_rocksoft_tfm, in crc64_rocksoft_rehash()
42 rcu_assign_pointer(crc64_rocksoft_tfm, new); in crc64_rocksoft_rehash()
69 desc.shash.tfm = rcu_dereference(crc64_rocksoft_tfm); in crc64_rocksoft_update()
98 crypto_free_shash(rcu_dereference_protected(crc64_rocksoft_tfm, 1)); in crc64_rocksoft_mod_fini()
113 tfm = rcu_dereference(crc64_rocksoft_tfm); in crc64_rocksoft_transform_show()