Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv6/
Dseg6_hmac.c364 struct crypto_shash **p_tfm; in seg6_hmac_init_algo() local
378 p_tfm = per_cpu_ptr(algo->tfms, cpu); in seg6_hmac_init_algo()
379 *p_tfm = tfm; in seg6_hmac_init_algo()
382 p_tfm = raw_cpu_ptr(algo->tfms); in seg6_hmac_init_algo()
383 tfm = *p_tfm; in seg6_hmac_init_algo()