Searched refs:shashs (Results 1 – 2 of 2) sorted by relevance
145 shash = *this_cpu_ptr(algo->shashs); in __do_hmac()387 algo->shashs = alloc_percpu(struct shash_desc *); in seg6_hmac_init_algo()388 if (!algo->shashs) in seg6_hmac_init_algo()396 *per_cpu_ptr(algo->shashs, cpu) = shash; in seg6_hmac_init_algo()430 if (algo->shashs) { in seg6_hmac_exit()432 shash = *per_cpu_ptr(algo->shashs, cpu); in seg6_hmac_exit()435 free_percpu(algo->shashs); in seg6_hmac_exit()
39 struct shash_desc * __percpu *shashs; member