Home
last modified time | relevance | path

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

/net/ipv6/
Dseg6_hmac.c123 struct shash_desc *shash; in __do_hmac() local
145 shash = *this_cpu_ptr(algo->shashs); in __do_hmac()
146 shash->tfm = tfm; in __do_hmac()
148 ret = crypto_shash_digest(shash, text, psize, output); in __do_hmac()
355 struct shash_desc *shash; in seg6_hmac_init_algo() local
383 shsize = sizeof(*shash) + crypto_shash_descsize(tfm); in seg6_hmac_init_algo()
390 shash = kzalloc_node(shsize, GFP_KERNEL, in seg6_hmac_init_algo()
392 if (!shash) in seg6_hmac_init_algo()
394 *per_cpu_ptr(algo->shashs, cpu) = shash; in seg6_hmac_init_algo()
421 struct shash_desc *shash; in seg6_hmac_exit() local
[all …]