Home
last modified time | relevance | path

Searched defs:nsec (Results 26 – 50 of 2665) sorted by relevance

12345678910>>...107

/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c30 const unsigned char *nsec, in _encrypt_detached()
68 unsigned char *nsec, in _decrypt_detached()
128 const unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_encrypt_detached()
153 const unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_encrypt()
176 unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_decrypt_detached()
201 unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_decrypt()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c30 const unsigned char *nsec, in _encrypt_detached()
68 unsigned char *nsec, in _decrypt_detached()
128 const unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_encrypt_detached()
153 const unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_encrypt()
176 unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_decrypt_detached()
201 unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_decrypt()
/dports/textproc/xlnt/libstudxml-e729667/examples/performance/
H A Dtime.hxx20 time (unsigned long long nsec) in time()
26 time (unsigned long sec, unsigned long nsec) in time()
40 nsec () const in nsec() function in os::time
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/examples/cxx/tree/performance/
H A Dtime.hxx20 time (unsigned long long nsec) in time()
26 time (unsigned long sec, unsigned long nsec) in time()
40 nsec () const in nsec() function in os::time
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/examples/cxx/parser/performance/
H A Dtime.hxx20 time (unsigned long long nsec) in time()
26 time (unsigned long sec, unsigned long nsec) in time()
40 nsec () const in nsec() function in os::time
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/
H A Dtime.c36 netwib_uint32 nsec, in netwib_priv_time_norm()
135 netwib_uint32 nsec, in netwib_time_init_fields()
280 netwib_uint32 msec, usec, nsec; in netwib_time_decode_fields() local
327 netwib_uint32 sec, nsec; in netwib_time_plus_time() local
376 netwib_uint32 nsec) in netwib_time_plus_fields()
433 netwib_uint32 nsec) in netwib_time_minus_fields()
566 netwib_uint32 nsec) in netwib_time_sleep_fields()
588 netwib_uint32 sec, msec, usec, nsec, xday, xhour, xmin, ui; in netwib_buf_append_time2() local
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c28 const unsigned char *nsec, in crypto_aead_chacha20poly1305_encrypt_detached()
67 const unsigned char *nsec, in crypto_aead_chacha20poly1305_encrypt()
99 const unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
142 const unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_encrypt()
168 unsigned char *nsec, in crypto_aead_chacha20poly1305_decrypt_detached()
219 unsigned char *nsec, in crypto_aead_chacha20poly1305_decrypt()
248 unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
303 unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_decrypt()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c28 const unsigned char *nsec, in crypto_aead_chacha20poly1305_encrypt_detached()
67 const unsigned char *nsec, in crypto_aead_chacha20poly1305_encrypt()
99 const unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
142 const unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_encrypt()
168 unsigned char *nsec, in crypto_aead_chacha20poly1305_decrypt_detached()
219 unsigned char *nsec, in crypto_aead_chacha20poly1305_decrypt()
248 unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
303 unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_decrypt()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c28 const unsigned char *nsec, in crypto_aead_chacha20poly1305_encrypt_detached()
67 const unsigned char *nsec, in crypto_aead_chacha20poly1305_encrypt()
99 const unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
142 const unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_encrypt()
168 unsigned char *nsec, in crypto_aead_chacha20poly1305_decrypt_detached()
219 unsigned char *nsec, in crypto_aead_chacha20poly1305_decrypt()
248 unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
303 unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_decrypt()
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Dcompat_time.c42 int nsec = (y->tv_usec - x->tv_usec) / 1000000 + 1; in timeval_subtract() local
47 int nsec = (x->tv_usec - y->tv_usec) / 1000000; in timeval_subtract() local
/dports/benchmarks/spp/caia-swin-spp-8cfe6814ce52/src/
H A Dtimeval.c39 int nsec = (y.tv_usec - x->tv_usec) / 1000000 + 1; in timeval_subtract() local
44 int nsec = (x->tv_usec - y.tv_usec) / 1000000; in timeval_subtract() local
/dports/net-mgmt/collectd5/collectd-5.12.0/src/daemon/
H A Dutils_time.c78 static int get_utc_time(cdtime_t t, struct tm *t_tm, long *nsec) /* {{{ */ in get_utc_time()
93 static int get_local_time(cdtime_t t, struct tm *t_tm, long *nsec) /* {{{ */ in get_local_time()
147 long nsec, bool print_nano, char const *zone) /* {{{ */ in format_rfc3339()
173 long nsec = 0; in format_rfc3339_utc() local
187 long nsec = 0; in format_rfc3339_local() local
/dports/net/yaz/yaz-5.31.1/src/
H A Dpoll.c52 int yaz_poll_select(struct yaz_poll_fd *fds, int num_fds, int sec, int nsec) in yaz_poll_select()
109 int yaz_poll_poll(struct yaz_poll_fd *fds, int num_fds, int sec, int nsec) in yaz_poll_poll()
161 int yaz_poll(struct yaz_poll_fd *fds, int num_fds, int sec, int nsec) in yaz_poll()
/dports/devel/allegro/allegro-4.4.3.1/src/unix/
H A Dutimer.c51 int nsec = (y->tv_usec - x->tv_usec) / 1000000 + 1; in timeval_subtract() local
56 int nsec = (x->tv_usec - y->tv_usec) / 1000000; in timeval_subtract() local
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dprof.c12 int nsec = (begin->tv_usec - end->tv_usec) / 1000000 + 1; in timeval_subtract() local
17 int nsec = (end->tv_usec - begin->tv_usec) / 1000000; in timeval_subtract() local
/dports/lang/ruby26/ruby-2.6.9/ext/-test-/time/
H A Dnew.c4 bug_time_s_nano_new(VALUE klass, VALUE sec, VALUE nsec) in bug_time_s_nano_new()
10 bug_time_s_timespec_new(VALUE klass, VALUE sec, VALUE nsec, VALUE gmtoff) in bug_time_s_timespec_new()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/include/linux/
H A Dktime.h57 ktime_add_ns(ktime_t kt, int64_t nsec) in ktime_add_ns()
69 ns_to_ktime(int64_t nsec) in ns_to_ktime()
85 ktime_sub_ns(ktime_t a, int64_t nsec) in ktime_sub_ns()
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/time/
H A Dtime.c59 double nsec = rem * 1000000000.0 + t.ts.tv_nsec; in time_divide() local
75 double nsec = (double)t.ts.tv_nsec * mult; in time_multiply() local
80 uint64_t nsec = t.ts.tv_nsec * mult; in time_multiply() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/xtensa/include/asm/
H A Ddelay.h55 static inline void __ndelay(unsigned long nsec) in __ndelay()
67 static inline void ndelay(unsigned long nsec) in ndelay()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/xtensa/include/asm/
H A Ddelay.h55 static inline void __ndelay(unsigned long nsec) in __ndelay()
67 static inline void ndelay(unsigned long nsec) in ndelay()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/xtensa/include/asm/
H A Ddelay.h55 static inline void __ndelay(unsigned long nsec) in __ndelay()
67 static inline void ndelay(unsigned long nsec) in ndelay()
/dports/emulators/libdsk/libdsk-1.4.2/lib/
H A Ddrvadisk.c67 static dsk_err_t adisk_ensure_size(ADISK_DSK_DRIVER *self, dsk_lsect_t nsec) in adisk_ensure_size()
165 static dsk_err_t adisk_load_sector(ADISK_DSK_DRIVER *self, dsk_lsect_t nsec, FILE *fp) in adisk_load_sector()
621 dsk_lsect_t nsec; in adisk_find_sector() local
648 unsigned long nsec; in adisk_read() local
670 unsigned long nsec; in adisk_write() local
694 unsigned long nsec, secsize; in adisk_format() local
748 unsigned long nsec; in adisk_xseek() local
788 int nsec, lastmatch, zeromatch; in adisk_secid() local
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXSemaQueue.cpp72 FXbool FXSemaQueue::trypush(FXptr obj,FXTime nsec){ in trypush()
104 FXbool FXSemaQueue::trypop(FXptr& obj,FXTime nsec){ in trypop()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXSemaQueue.cpp72 FXbool FXSemaQueue::trypush(FXptr obj,FXTime nsec){ in trypush()
104 FXbool FXSemaQueue::trypop(FXptr& obj,FXTime nsec){ in trypop()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ptp.c130 u64 nsec; in xgbe_cc_read() local
188 u64 nsec; in xgbe_gettime() local
208 u64 nsec; in xgbe_settime() local

12345678910>>...107