/third_party/openssl/doc/man3/ |
D | OPENSSL_gmtime.pod | 5 OPENSSL_gmtime, 13 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result); 20 OPENSSL_gmtime() returns the UTC time specified by I<timer> into the provided 29 It is an error to call OPENSSL_gmtime() with I<result> equal to NULL. The 44 OPENSSL_gmtime() returns NULL on error, or I<result> on success. 50 OPENSSL_gmtime(), OPENSSL_gmtime_adj() and OPENSSL_gmtime_diff() have been
|
/third_party/openssl/test/ |
D | gmdifftest.c | 32 OPENSSL_gmtime(&t2, &tm2); in check_time() 33 OPENSSL_gmtime(&t1, &tm1); in check_time()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | a_utctm.c | 63 ts = OPENSSL_gmtime(&t, &data); in ASN1_UTCTIME_adj() 83 if (OPENSSL_gmtime(&t, &ttm) == NULL) in ASN1_UTCTIME_cmp_time_t()
|
D | a_time.c | 330 ts = OPENSSL_gmtime(&t, &data); in ASN1_TIME_adj() 448 if (OPENSSL_gmtime(&now_t, tm) != NULL) in ASN1_TIME_to_tm() 557 if (!OPENSSL_gmtime(&t, &ttm)) in ASN1_TIME_cmp_time_t()
|
D | a_gentm.c | 69 ts = OPENSSL_gmtime(&t, &data); in ASN1_GENERALIZEDTIME_adj()
|
/third_party/openssl/crypto/asn1/ |
D | a_utctm.c | 63 ts = OPENSSL_gmtime(&t, &data); in ASN1_UTCTIME_adj() 83 if (OPENSSL_gmtime(&t, &ttm) == NULL) in ASN1_UTCTIME_cmp_time_t()
|
D | a_time.c | 330 ts = OPENSSL_gmtime(&t, &data); in ASN1_TIME_adj() 448 if (OPENSSL_gmtime(&now_t, tm) != NULL) in ASN1_TIME_to_tm() 557 if (!OPENSSL_gmtime(&t, &ttm)) in ASN1_TIME_cmp_time_t()
|
D | a_gentm.c | 69 ts = OPENSSL_gmtime(&t, &data); in ASN1_GENERALIZEDTIME_adj()
|
/third_party/openssl/crypto/ |
D | o_time.c | 14 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) in OPENSSL_gmtime() function
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | o_time.c | 14 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) in OPENSSL_gmtime() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | crypto.h | 341 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
D | crypto.h | 433 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
|