Searched refs:CRYPTO_FLAG_COOK (Results 1 – 3 of 3) sorted by relevance
52 #define CRYPTO_FLAG_COOK 0x0800 /* cookie verifed */ macro
4368 && !(peer->crypto & CRYPTO_FLAG_COOK)) in peer_xmit()4427 else if (!(peer->crypto & CRYPTO_FLAG_COOK)) in peer_xmit()
865 peer->crypto |= CRYPTO_FLAG_COOK; in crypto_recv()