Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Ddbx_rpcc.c259 const int boundDataLength, const time_t boundDate, in initQueryData() argument
271 if( boundDate > 0 ) in initQueryData()
280 encodedDate[ 3 ] = ( BYTE )( ( boundDate >> 32 ) & 0xFF ); in initQueryData()
282 encodedDate[ 4 ] = ( BYTE )( ( boundDate >> 24 ) & 0xFF ); in initQueryData()
283 encodedDate[ 5 ] = ( BYTE )( ( boundDate >> 16 ) & 0xFF ); in initQueryData()
284 encodedDate[ 6 ] = ( BYTE )( ( boundDate >> 8 ) & 0xFF ); in initQueryData()
285 encodedDate[ 7 ] = ( BYTE )( ( boundDate ) & 0xFF ); in initQueryData()
368 const time_t boundDate, in performUpdate() argument
389 boundData, boundDataLength, boundDate, updateType ); in performUpdate()
H A Ddbx_wr.c347 time_t boundDate; in addCert() local
371 setMessageData( &msgData, &boundDate, sizeof( time_t ) ); in addCert()
443 setBoundDataDate( boundDataPtr, 7, &boundDate ); in addCert()
H A Dca_misc.c131 const time_t boundDate = getApproxTime(); in updateCertLog() local
224 setBoundDataDate( boundDataPtr, 0, &boundDate ); in updateCertLog()