Home
last modified time | relevance | path

Searched refs:MIN_TIME_VALUE (Results 1 – 25 of 29) sorted by relevance

12

/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpkcs15_atwr.c522 if( pkcs15infoPtr->validFrom > MIN_TIME_VALUE )
524 if( pkcs15infoPtr->validTo > MIN_TIME_VALUE )
539 if( pkcs15infoPtr->validFrom > MIN_TIME_VALUE )
542 if( pkcs15infoPtr->validTo > MIN_TIME_VALUE )
571 if( pkcs15infoPtr->validFrom > MIN_TIME_VALUE )
573 if( pkcs15infoPtr->validTo > MIN_TIME_VALUE )
586 if( pkcs15infoPtr->validFrom > MIN_TIME_VALUE )
589 if( pkcs15infoPtr->validTo > MIN_TIME_VALUE )
H A Dpkcs15_get.c67 if( pkcs15infoPtr->validFrom > MIN_TIME_VALUE ) in setKeyAttributes()
623 if( pkcs15infoPtr->validFrom <= MIN_TIME_VALUE ) in getItem()
H A Dca_clean.c234 currentTime <= MIN_TIME_VALUE ) in caCleanup()
H A Dpkcs15_set.c57 pkcs15infoPtr->validTo > MIN_TIME_VALUE ) in checkAddInfo()
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dint_time.c41 if( ( theTime == ( time_t ) -1 ) || ( theTime <= MIN_TIME_VALUE ) ) in getTime()
61 if( ( theTime == ( time_t ) -1 ) || ( theTime <= MIN_TIME_VALUE ) ) in getApproxTime()
103 ( theTime == ( time_t ) -1 ) || ( theTime <= MIN_TIME_VALUE ) ) in getReliableTime()
383 testTimeValue = MIN_TIME_VALUE + value; in setTestTime()
H A Dconsts.h164 #define MIN_TIME_VALUE ( CURRENT_TIME_VALUE - YEARS_TO_SECONDS( 2 ) ) macro
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dscorebrd.c180 REQUIRES( currentTime > MIN_TIME_VALUE );
264 REQUIRES( currentTime > MIN_TIME_VALUE );
285 if( scoreboardEntryPtr->timeStamp <= MIN_TIME_VALUE )
477 if( currentTime <= MIN_TIME_VALUE )
626 if( currentTime <= MIN_TIME_VALUE )
789 if( scoreboardEntryPtr->timeStamp <= MIN_TIME_VALUE ) in deleteScoreboardEntry()
H A Dtsp.c638 ENSURES( currentTime > MIN_TIME_VALUE ); in sendServerResponse()
904 if( getReliableTime( cryptContext ) <= MIN_TIME_VALUE ) in checkAttributeFunction()
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dcertsign.c352 certInfoPtr->startTime <= MIN_TIME_VALUE ) in setCertTimeinfo()
356 if( currentTime <= MIN_TIME_VALUE ) in setCertTimeinfo()
364 if( isCertificate && certInfoPtr->endTime <= MIN_TIME_VALUE ) in setCertTimeinfo()
379 if( certInfoPtr->endTime <= MIN_TIME_VALUE ) in setCertTimeinfo()
404 if( certInfoPtr->cCertRev->revocationTime <= MIN_TIME_VALUE ) in setCertTimeinfo()
H A Dwrite.c490 ( ( subjectCertInfoPtr->endTime > MIN_TIME_VALUE ) ? \ in writeCRLInfo()
515 if( subjectCertInfoPtr->endTime > MIN_TIME_VALUE ) in writeCRLInfo()
679 if( subjectCertInfoPtr->startTime > MIN_TIME_VALUE ) in writeCrmfRequestInfo()
681 if( subjectCertInfoPtr->endTime > MIN_TIME_VALUE ) in writeCrmfRequestInfo()
700 if( subjectCertInfoPtr->startTime > MIN_TIME_VALUE ) in writeCrmfRequestInfo()
706 if( subjectCertInfoPtr->endTime > MIN_TIME_VALUE ) in writeCrmfRequestInfo()
1295 if( currentTime <= MIN_TIME_VALUE ) in writeCmsAttributes()
H A Dchk_use.c726 if( currentTime <= MIN_TIME_VALUE )
H A Dcomp_cert.c722 if( certRequestInfoPtr->startTime > MIN_TIME_VALUE && \ in copyCertReqToCert()
725 if( certRequestInfoPtr->endTime > MIN_TIME_VALUE && \ in copyCertReqToCert()
H A Dcertrev.c227 const time_t currentTime = ( defaultTime > MIN_TIME_VALUE ) ? \ in prepareRevocationEntries()
250 if( revocationEntry->revocationTime <= MIN_TIME_VALUE ) in prepareRevocationEntries()
H A Dchk_cert.c1096 if( currentTime <= MIN_TIME_VALUE ) in checkCertBasic()
/dports/security/cryptlib/cryptlib-3.4.3/kernel/
H A Dselftest.c370 timeVal = MIN_TIME_VALUE; /* Lower bound fencepost error */ in checkTimeRange()
374 timeVal = MIN_TIME_VALUE + 1; /* Lower bound */ in checkTimeRange()
H A Dinit.c282 if( getTime() <= MIN_TIME_VALUE ) in CHECK_RETVAL_ACQUIRELOCK()
/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/
H A Dmisc_rw.c635 REQUIRES_S( timeVal >= MIN_TIME_VALUE ); in writeUint32Time()
643 REQUIRES_S( timeVal >= MIN_TIME_VALUE ); in writeUint64Time()
/dports/security/cryptlib/cryptlib-3.4.3/device/
H A Ddev_attr.c331 if( *timePtr <= MIN_TIME_VALUE ) in getDeviceAttributeS()
H A Dpkcs11.c150 time_t theTime = MIN_TIME_VALUE + 1; in getTokenTime()
567 if( ( theTime = getTokenTime( &tokenInfo ) ) <= MIN_TIME_VALUE ) in controlFunction()
H A Dpkcs11_init.c1035 if( theTime > MIN_TIME_VALUE && \ in initFunction()
/dports/security/cryptlib/cryptlib-3.4.3/mechs/
H A Dsign_cms.c442 if( currentTime > MIN_TIME_VALUE ) in hashCmsAttributes()
/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dctx_attr.c418 if( contextInfoPtr->ctxPKC->pgpCreationTime <= MIN_TIME_VALUE ) in getContextAttributeS()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpdh.h271 #define MIN_TIME_VALUE ((LONGLONG) 0) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpdh.h271 #define MIN_TIME_VALUE ((LONGLONG) 0) macro
/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dcerts.c56 #if CERTTIME_DATETEST <= MIN_TIME_VALUE
57 #error CERTTIME_DATETEST must be > MIN_TIME_VALUE

12