Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dcert.c60 #define HX509_VERIFY_CTX_F_NO_DEFAULT_ANCHORS 16 macro
70 #define ALLOW_DEF_TA(ctx) (((ctx)->flags & HX509_VERIFY_CTX_F_NO_DEFAULT_ANCHORS) == 0)
571 ctx->flags &= ~HX509_VERIFY_CTX_F_NO_DEFAULT_ANCHORS; in hx509_verify_ctx_f_allow_default_trustanchors()
573 ctx->flags |= HX509_VERIFY_CTX_F_NO_DEFAULT_ANCHORS; in hx509_verify_ctx_f_allow_default_trustanchors()