Home
last modified time | relevance | path

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

/freebsd-head/crypto/heimdal/lib/hx509/
HDhx_locl.h135 #define HX509_QUERY_MATCH_TIME 0x200000 macro
HDcert.c1095 q.match |= HX509_QUERY_MATCH_TIME; in find_parent()
1102 q.match &= ~HX509_QUERY_MATCH_TIME; in find_parent()
3062 if (q->match & HX509_QUERY_MATCH_TIME) { in _hx509_query_match_cert()
HDcms.c294 q.match |= HX509_QUERY_MATCH_TIME; in find_CMSIdentifier()