Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/ts/
HDts.h637 # define TS_VFY_SIGNER (1u << 6) macro
647 | TS_VFY_SIGNER \
654 | TS_VFY_SIGNER \
HDts_rsp_verify.c473 if ((ctx->flags & TS_VFY_SIGNER) in int_TS_RESP_verify_token()
/NextBSD/crypto/openssl/apps/
HDts.c1005 ctx->flags = TS_VFY_VERSION | TS_VFY_SIGNER; in create_verify_ctx()