Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpkg/common/
H A Dp12lib.h171 CHK_BOTH /* Check both dates */ enumerator
H A Dp12lib.c2527 if (chkwhat == CHK_NOT_BEFORE || chkwhat == CHK_BOTH) {
2537 if (chkwhat == CHK_NOT_AFTER || chkwhat == CHK_BOTH) {
H A Dkeystore.c1011 switch (sunw_check_cert_times(CHK_BOTH, cert)) { in check_cert()