Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dseg6_hmac.c363 int shsize; 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()