Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dconsts.h162 #define YEARS_TO_SECONDS( years ) ( ( years ) * 365 * 86400L ) macro
163 #define CURRENT_TIME_VALUE ( YEARS_TO_SECONDS( 2016 - 1970 ) )
164 #define MIN_TIME_VALUE ( CURRENT_TIME_VALUE - YEARS_TO_SECONDS( 2 ) )
165 #define MIN_STORED_TIME_VALUE ( YEARS_TO_SECONDS( 1995 - 1970 ) )