Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_input.c480 bool crypto_done = false; in xfrm_input() local
518 crypto_done = true; in xfrm_input()
657 if (!crypto_done) { in xfrm_input()
682 if (!crypto_done && xfrm_replay_recheck(x, skb, seq)) { in xfrm_input()
722 crypto_done = false; in xfrm_input()