/third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-elf/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ts.h | 250 * This must return the seconds and microseconds since Jan 1, 1970 in the sec 254 typedef int (*TS_time_cb) (struct TS_resp_ctx *, void *, long *sec, 305 * Clock precision digits, i.e. the number of decimal digits: '0' means sec,
|
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/ |
H A D | crmf.h | 133 const unsigned char *sec, size_t seclen,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ocsp.h | 224 ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
|
/third_party/openssl/include/openssl/ |
H A D | ts.h | 250 * This must return the seconds and microseconds since Jan 1, 1970 in the sec 254 typedef int (*TS_time_cb) (struct TS_resp_ctx *, void *, long *sec, 305 * Clock precision digits, i.e. the number of decimal digits: '0' means sec,
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_ocp.c | 1182 if (on && (rq->perout.period.sec != 1 || in ptp_ocp_enable() 1869 s.period = ktime_set(req->period.sec, req->period.nsec); in ptp_ocp_signal_from_perout() 1874 s.pulse = ktime_set(req->on.sec, req->on.nsec); in ptp_ocp_signal_from_perout() 1879 s.phase = ktime_set(req->phase.sec, req->phase.nsec); in ptp_ocp_signal_from_perout() 1881 s.start = ktime_set(req->start.sec, req->start.nsec); in ptp_ocp_signal_from_perout() 1933 u32 sec, nsec; in ptp_ocp_ts_irq() local 1946 sec = ioread32(®->time_sec); in ptp_ocp_ts_irq() 1951 ev.timestamp = sec * NSEC_PER_SEC + nsec; in ptp_ocp_ts_irq() 3608 seq_printf(s, "%7s: %s, sec:%u", in _frequency_summary_show() 3911 seq_printf(s, "Time to next leap second (in sec) in ptp_ocp_tod_status_show() [all...] |