/third_party/openssl/doc/man3/ |
D | OPENSSL_gmtime.pod | 6 OPENSSL_gmtime_adj, 14 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec); 23 OPENSSL_gmtime_adj() adds the offsets in I<offset_day> and I<offset_sec> to I<tm>. 33 OPENSSL_gmtime_adj() converts I<tm> into a days and seconds value, adds the 46 OPENSSL_gmtime_adj() and OPENSSL_gmtime_diff() return 0 on error, and 1 on success. 50 OPENSSL_gmtime(), OPENSSL_gmtime_adj() and OPENSSL_gmtime_diff() have been
|
/third_party/openssl/crypto/asn1/ |
D | a_gentm.c | 74 if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec)) in ASN1_GENERALIZEDTIME_adj()
|
D | a_utctm.c | 68 if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec)) in ASN1_UTCTIME_adj()
|
D | a_time.c | 251 if (offset && !OPENSSL_gmtime_adj(&tmp, 0, offset * offsign)) in ossl_asn1_time_to_tm() 336 if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec)) in ASN1_TIME_adj()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | a_gentm.c | 74 if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec)) in ASN1_GENERALIZEDTIME_adj()
|
D | a_utctm.c | 68 if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec)) in ASN1_UTCTIME_adj()
|
D | a_time.c | 251 if (offset && !OPENSSL_gmtime_adj(&tmp, 0, offset * offsign)) in ossl_asn1_time_to_tm() 336 if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec)) in ASN1_TIME_adj()
|
/third_party/openssl/test/ |
D | gmdifftest.c | 35 if (!TEST_true(OPENSSL_gmtime_adj(&tm1, 0, offset)) in check_time()
|
/third_party/openssl/crypto/ |
D | o_time.c | 72 int OPENSSL_gmtime_adj(struct tm *tm, int off_day, long offset_sec) in OPENSSL_gmtime_adj() function
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | o_time.c | 72 int OPENSSL_gmtime_adj(struct tm *tm, int off_day, long offset_sec) in OPENSSL_gmtime_adj() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | crypto.h | 342 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
D | crypto.h | 434 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
|