Searched refs:CRYPTO_FLAG_SIGN (Results 1 – 3 of 3) sorted by relevance
54 #define CRYPTO_FLAG_SIGN 0x2000 /* certificate signed */ macro
4375 && peer->crypto & CRYPTO_FLAG_SIGN) in peer_xmit()4387 else if (!(peer->crypto & CRYPTO_FLAG_SIGN)) in peer_xmit()4442 else if (!(peer->crypto & CRYPTO_FLAG_SIGN)) in peer_xmit()
578 CRYPTO_FLAG_VRFY | CRYPTO_FLAG_SIGN; in crypto_recv()958 peer->crypto |= CRYPTO_FLAG_SIGN; in crypto_recv()