OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPENSSL_gmtime
(Results
1 - 5
of
5
) sorted by null
/external/boringssl/src/include/openssl/
time_support.h
72
/*
OPENSSL_gmtime
wraps |gmtime_r|. See the manual page for that function. */
73
struct tm *
OPENSSL_gmtime
(const time_t *timer, struct tm *result);
/external/boringssl/src/crypto/asn1/
a_time.c
105
ts=
OPENSSL_gmtime
(&t,&data);
199
if (
OPENSSL_gmtime
(&now_t, tm))
a_utctm.c
241
ts=
OPENSSL_gmtime
(&t, &data);
288
if (!
OPENSSL_gmtime
(&t, &ttm))
a_gentm.c
226
ts=
OPENSSL_gmtime
(&t, &data);
/external/boringssl/src/crypto/
time_support.c
75
struct tm *
OPENSSL_gmtime
(const time_t *time, struct tm *result) {
Completed in 123 milliseconds