Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dseg6_hmac.c152 shash = *this_cpu_ptr(algo->shashs); in __do_hmac()
389 algo->shashs = alloc_percpu(struct shash_desc *); in seg6_hmac_init_algo()
390 if (!algo->shashs) in seg6_hmac_init_algo()
398 *per_cpu_ptr(algo->shashs, cpu) = shash; in seg6_hmac_init_algo()
433 shash = *per_cpu_ptr(algo->shashs, cpu); in seg6_hmac_exit()
439 free_percpu(algo->shashs); in seg6_hmac_exit()
/Linux-v4.19/include/net/
Dseg6_hmac.h44 struct shash_desc * __percpu *shashs; member