Home
last modified time | relevance | path

Searched refs:ntohll (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm_generic.c50 v.a = ntohll(y[0]); in gcm_generic_mul()
51 v.b = ntohll(y[1]); in gcm_generic_mul()
54 x = ntohll(x_in[j]); in gcm_generic_mul()
H A Dgcm.c107 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_mode_encrypt_contiguous_blocks()
145 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_mode_encrypt_contiguous_blocks()
215 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_encrypt_final()
239 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_encrypt_final()
295 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_decrypt_incomplete_block()
302 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_incomplete_block()
380 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_decrypt_final()
411 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_final()
1144 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_incr_counter_block_by()
1145 uint64_t counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_incr_counter_block_by()
H A Dctr.c91 lower_counter = ntohll(ctx->ctr_cb[1] & ctx->ctr_lower_mask); in ctr_mode_contiguous_blocks()
100 ntohll(ctx->ctr_cb[0] & ctx->ctr_upper_mask); in ctr_mode_contiguous_blocks()
H A Dccm.c111 counter = ntohll(ctx->ccm_cb[1] & ctx->ccm_counter_mask); in ccm_mode_encrypt_contiguous_blocks()
462 counter = ntohll(ctx->ccm_cb[1] & ctx->ccm_counter_mask); in ccm_mode_decrypt_contiguous_blocks()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dbyteorder.h86 #define ntohll(x) BMASK_64(x) macro
96 ntohll(uint64_t n) in ntohll() function
102 #define ntohll(x) BSWAP_64(x) macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h68 ntohll(uint64_t n) in ntohll() function
80 ntohll(uint64_t n) in ntohll() function
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h106 ntohll(uint64_t n) in ntohll() function
118 ntohll(uint64_t n)
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h137 ntohll(uint64_t n) in ntohll() function
149 ntohll(uint64_t n)
/f-stack/freebsd/netinet/
H A Dsctp_uio.h1148 #ifndef ntohll
1150 #define ntohll(x) be64toh(x) macro
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h1148 #ifndef ntohll
1150 #define ntohll(x) be64toh(x) macro
/f-stack/freebsd/contrib/rdma/krping/
H A Dkrping.c109 #define ntohll(x) cpu_to_be64((x)) macro
327 cb->remote_addr = ntohll(cb->recv_buf.buf); in server_recv()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_label.c1261 vbe->vbe_version = ntohll(vbe->vbe_version); in vdev_label_read_bootenv()