Home
last modified time | relevance | path

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

/net/ipv6/
Dseg6_hmac.c362 struct crypto_shash **p_tfm; in seg6_hmac_init_algo() local
374 p_tfm = per_cpu_ptr(algo->tfms, cpu); in seg6_hmac_init_algo()
375 *p_tfm = tfm; in seg6_hmac_init_algo()
378 p_tfm = raw_cpu_ptr(algo->tfms); in seg6_hmac_init_algo()
379 tfm = *p_tfm; in seg6_hmac_init_algo()