Searched refs:s_time (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/secure/usr.bin/openssl/
H A DMakefile19 s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c srp.c ts.c \
H A DMakefile.man38 MAN+= s_time.1
/freebsd-11.0-release/crypto/openssl/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
57 s_time.o $(A_OBJ) $(S_OBJ) $(RAND_OBJ) version.o sess_id.o \
65 s_time.c $(A_SRC) $(S_SRC) $(RAND_SRC) version.c sess_id.c \
876 s_time.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
877 s_time.o: ../include/openssl/buffer.h ../include/openssl/comp.h
878 s_time.o: ../include/openssl/conf.h ../include/openssl/crypto.h
879 s_time.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
880 s_time.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
881 s_time.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
882 s_time
[all...]
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.proc.c1243 time_t u_time, s_time;
1250 clock_t u_time, s_time;
1257 s_time = zs_time;
1261 s_time += pp->p_stime;
1271 rts.tms_stime = s_time;
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssltest.c726 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
983 clock_t s_time = 0, c_time = 0; local
1707 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time);
1727 (double)s_time / CLOCKS_PER_SEC,
1737 (double)s_time, (double)c_time);
1778 clock_t *s_time, clock_t *c_time)
1917 * c_time and s_time increments will typically be very small
1986 *s_time += (clock() - s_clock);
1777 doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, clock_t *s_time, clock_t *c_time) argument
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_parse.c2740 u_long s_time; local
2743 percent = s_time = PARSE_STATETIME(parse, i);
2756 if (s_time)
2760 l_mktime(s_time),
3641 u_long s_time; local
3645 percent = s_time = PARSE_STATETIME(parse, i);
3658 if (s_time)
3667 l_mktime(s_time),
3674 sum += s_time;

Completed in 209 milliseconds