Home
last modified time | relevance | path

Searched defs:nsec (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c27 const unsigned char *nsec, in crypto_aead_chacha20poly1305_encrypt_detached()
66 const unsigned char *nsec, in crypto_aead_chacha20poly1305_encrypt()
98 const unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
141 const unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_encrypt()
167 unsigned char *nsec, in crypto_aead_chacha20poly1305_decrypt_detached()
218 unsigned char *nsec, in crypto_aead_chacha20poly1305_decrypt()
247 unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
302 unsigned char *nsec, in crypto_aead_chacha20poly1305_ietf_decrypt()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c24 const unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_encrypt_detached()
49 const unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_encrypt()
72 unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_decrypt_detached()
99 unsigned char *nsec, in crypto_aead_xchacha20poly1305_ietf_decrypt()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c508 const unsigned char *nsec, in crypto_aead_aes256gcm_encrypt_detached_afternm()
627 const unsigned char *nsec, in crypto_aead_aes256gcm_encrypt_afternm()
801 unsigned char *nsec, in crypto_aead_aes256gcm_decrypt_afternm()
833 const unsigned char *nsec, in crypto_aead_aes256gcm_encrypt_detached()
853 const unsigned char *nsec, in crypto_aead_aes256gcm_encrypt()
872 unsigned char *nsec, in crypto_aead_aes256gcm_decrypt_detached()
893 unsigned char *nsec, in crypto_aead_aes256gcm_decrypt()
930 const unsigned char *nsec, in crypto_aead_aes256gcm_encrypt_detached()
951 unsigned char *nsec, in crypto_aead_aes256gcm_decrypt_detached()
988 const unsigned char *nsec, in crypto_aead_aes256gcm_encrypt_detached_afternm()
[all …]
/f-stack/lib/
H A Dff_host_interface.c153 ff_clock_gettime(int id, int64_t *sec, long *nsec) in ff_clock_gettime()
185 long nsec; in ff_clock_gettime_ns() local
193 ff_get_current_time(time_t *sec, long *nsec) in ff_get_current_time()
H A Dff_syscall_wrapper.c1270 long nsec; in ff_gettimeofday() local
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_time.h21 uint64_t nsec; member
88 rte_ns_to_timespec(uint64_t nsec) in rte_ns_to_timespec()
/f-stack/freebsd/x86/x86/
H A Dpvclock.c157 uint32_t *nsec) in pvclock_read_wall_clock()
198 uint32_t sec, nsec; in pvclock_get_wallclock() local
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h64 #define NSEC_TO_TICK(nsec) ((nsec) / (NANOSEC / hz)) argument
70 hrtime_t nsec; in gethrtime() local
/f-stack/freebsd/sys/
H A Dclock.h82 long nsec; /* nano seconds */ member
118 long nsec; /* nanoseconds */ member
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c1458 unsigned int sec, unsigned int nsec, int addsub) in axgbe_update_tstamp_time()
1547 uint64_t nsec; in axgbe_timesync_read_time() local
1592 unsigned int nsec) in axgbe_set_tstamp_time()
1617 uint64_t nsec; in axgbe_timesync_enable() local
1697 uint64_t nsec = 0; in axgbe_timesync_read_rx_timestamp() local
1733 uint64_t nsec; in axgbe_timesync_read_tx_timestamp() local
/f-stack/freebsd/x86/include/
H A Dpvclock.h49 uint32_t nsec; member
/f-stack/dpdk/examples/ptpclient/
H A Dptpclient.c150 ns_to_timeval(int64_t nsec) in ns_to_timeval()
263 int64_t nsec; in print_clock_info() local
492 int64_t nsec; in update_kernel_time() local
/f-stack/freebsd/contrib/openzfs/include/sys/fm/
H A Dutil.h68 uint64_t nsec; /* nanoseconds past ed_tod_base.sec */ member
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dnstime.c17 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) { in nstime_init2()
/f-stack/freebsd/kern/
H A Dkern_ntptime.c774 hardpps(struct timespec *tsp, long nsec) in hardpps()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h157 #define NSEC_TO_CLK(nsec,clk) DIV_CEIL(((nsec) * (clk)), 1000) argument