Searched refs:CRYPTO_FLAG_PROV (Results 1 – 3 of 3) sorted by relevance
51 #define CRYPTO_FLAG_PROV 0x0400 /* signature verified */ macro
133 * CRYPTO_FLAG_PROV Lit when the first signature is verified.1555 peer->crypto |= CRYPTO_FLAG_PROV; in crypto_verify()
2506 if (!(peer->crypto & CRYPTO_FLAG_PROV)) /* test 9 */ in receive()