Searched refs:OPENSSL_gmtime_diff (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Do_time.h67 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Do_time.c282 int OPENSSL_gmtime_diff(int *pday, int *psec, function
429 OPENSSL_gmtime_diff(&o1, &tm1, &off_day, &off_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Do_time.h67 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Do_time.c282 int OPENSSL_gmtime_diff(int *pday, int *psec, function
429 OPENSSL_gmtime_diff(&o1, &tm1, &off_day, &off_sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_time.c227 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to);
H A Da_utctm.c300 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_time.c227 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to);
H A Da_utctm.c300 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm))

Completed in 77 milliseconds