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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/bin/
H A DMakefile38 s_time.c version.c sess_id.c srp.c \
82 # openssl s_time \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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 \
873 s_time.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
874 s_time.o: ../include/openssl/buffer.h ../include/openssl/comp.h
875 s_time.o: ../include/openssl/conf.h ../include/openssl/crypto.h
876 s_time.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
877 s_time.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
878 s_time.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
879 s_time
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dssltest.c310 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
542 clock_t s_time = 0, c_time = 0; local
1099 ret=doit_biopair(s_ssl,c_ssl,bytes,&s_time,&c_time);
1119 (double)s_time/CLOCKS_PER_SEC,
1127 (double)s_time,
1158 clock_t *s_time, clock_t *c_time)
1305 /* c_time and s_time increments will typically be very small
1388 *s_time += (clock() - s_clock);
1157 doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, clock_t *s_time, clock_t *c_time) argument
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_parse.c2658 u_long s_time; local
2661 percent = s_time = PARSE_STATETIME(parse, i);
2674 if (s_time)
2678 l_mktime(s_time),
3558 u_long s_time; local
3562 percent = s_time = PARSE_STATETIME(parse, i);
3575 if (s_time)
3584 l_mktime(s_time),
3591 sum += s_time;
/netbsd-6-1-5-RELEASE/usr.bin/ipcs/
H A Dipcs.c330 show_msginfo(time_t s_time, time_t r_time, time_t c_time, int ipcid, argument
339 cvt_time(s_time, s_time_buf, sizeof(s_time_buf));

Completed in 116 milliseconds