Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dhx_locl.h135 #define HX509_QUERY_MATCH_TIME 0x200000 macro
H A Dcert.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()
H A Dcms.c294 q.match |= HX509_QUERY_MATCH_TIME; in find_CMSIdentifier()