Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dseg6_hmac.c368 struct crypto_shash **p_tfm; in seg6_hmac_init_algo() local
380 p_tfm = per_cpu_ptr(algo->tfms, cpu); in seg6_hmac_init_algo()
381 *p_tfm = tfm; in seg6_hmac_init_algo()
384 p_tfm = raw_cpu_ptr(algo->tfms); in seg6_hmac_init_algo()
385 tfm = *p_tfm; in seg6_hmac_init_algo()