Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dseg6_hmac.c363 struct crypto_shash **p_tfm; in seg6_hmac_init_algo() local
375 p_tfm = per_cpu_ptr(algo->tfms, cpu); in seg6_hmac_init_algo()
376 *p_tfm = tfm; in seg6_hmac_init_algo()
379 p_tfm = raw_cpu_ptr(algo->tfms); in seg6_hmac_init_algo()
380 tfm = *p_tfm; in seg6_hmac_init_algo()