Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_mslsa.c253 FileTimeToUnixTime(LARGE_INTEGER *ltime) in FileTimeToUnixTime() function
349 creds->times.starttime=FileTimeToUnixTime(&msticket->StartTime); in MSCredToMITCred()
350 creds->times.endtime=FileTimeToUnixTime(&msticket->EndTime); in MSCredToMITCred()
351 creds->times.renew_till=FileTimeToUnixTime(&msticket->RenewUntil); in MSCredToMITCred()
380 creds->times.starttime=FileTimeToUnixTime(&info->StartTime); in CacheInfoEx2ToMITCred()
381 creds->times.endtime=FileTimeToUnixTime(&info->EndTime); in CacheInfoEx2ToMITCred()
382 creds->times.renew_till=FileTimeToUnixTime(&info->RenewTime); in CacheInfoEx2ToMITCred()