Home
last modified time | relevance | path

Searched refs:shashs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Dseg6_hmac.c146 shash = *this_cpu_ptr(algo->shashs); in __do_hmac()
383 algo->shashs = alloc_percpu(struct shash_desc *); in seg6_hmac_init_algo()
384 if (!algo->shashs) in seg6_hmac_init_algo()
392 *per_cpu_ptr(algo->shashs, cpu) = shash; in seg6_hmac_init_algo()
425 shash = *per_cpu_ptr(algo->shashs, cpu); in seg6_hmac_exit()
431 free_percpu(algo->shashs); in seg6_hmac_exit()
/kernel/linux/linux-6.6/net/ipv6/
H A Dseg6_hmac.c145 shash = *this_cpu_ptr(algo->shashs); in __do_hmac()
382 algo->shashs = alloc_percpu(struct shash_desc *); in seg6_hmac_init_algo()
383 if (!algo->shashs) in seg6_hmac_init_algo()
391 *per_cpu_ptr(algo->shashs, cpu) = shash; in seg6_hmac_init_algo()
422 shash = *per_cpu_ptr(algo->shashs, cpu); in seg6_hmac_exit()
428 free_percpu(algo->shashs); in seg6_hmac_exit()
/kernel/linux/linux-5.10/include/net/
H A Dseg6_hmac.h39 struct shash_desc * __percpu *shashs; member
/kernel/linux/linux-6.6/include/net/
H A Dseg6_hmac.h39 struct shash_desc * __percpu *shashs; member

Completed in 2 milliseconds