Searched refs:CHK_TIME_OK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c70 CHK_TIME_OK = 0, /* Cert in effect and not expired */ enumerator in enum:__anon236
367 if ((ret != CHK_TIME_OK && ret != CHK_TIME_IS_BEFORE) &&
382 if ((ret != CHK_TIME_OK && ret != CHK_TIME_IS_BEFORE) &&
401 if (ret == CHK_TIME_OK)
402 return (CHK_TIME_OK);
454 return (CHK_TIME_OK);

Completed in 69 milliseconds