Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dseg6_hmac.c362 struct crypto_shash **p_tfm; in seg6_hmac_init_algo() local
376 p_tfm = per_cpu_ptr(algo->tfms, cpu); in seg6_hmac_init_algo()
377 *p_tfm = tfm; in seg6_hmac_init_algo()
380 p_tfm = raw_cpu_ptr(algo->tfms); in seg6_hmac_init_algo()
381 tfm = *p_tfm; in seg6_hmac_init_algo()