Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/
H A Do_time.h67 int OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from,
H A Do_time.c137 OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from, in OPENSSL_gmtime_diff() function
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_time.c119 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()