Home
last modified time | relevance | path

Searched refs:htonll (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dbyteorder.h85 #define htonll(x) BMASK_64(x) macro
90 htonll(uint64_t n) in htonll() function
101 #define htonll(x) BSWAP_64(x) macro
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dctr.c92 lower_counter = htonll(lower_counter + 1); in ctr_mode_contiguous_blocks()
101 upper_counter = htonll(upper_counter + 1); in ctr_mode_contiguous_blocks()
208 ctr_ctx->ctr_lower_mask = htonll(lower_mask); in ctr_init_ctx()
209 ctr_ctx->ctr_upper_mask = htonll(upper_mask); in ctr_init_ctx()
H A Dgcm_generic.c69 res[0] = htonll(z.a); in gcm_generic_mul()
70 res[1] = htonll(z.b); in gcm_generic_mul()
H A Dgcm.c146 counter = htonll(counter + 1); in gcm_mode_encrypt_contiguous_blocks()
240 counter = htonll(counter + 1); in gcm_encrypt_final()
263 htonll(CRYPTO_BYTES2BITS(ctx->gcm_processed_data_len)); in gcm_encrypt_final()
303 counter = htonll(counter + 1); in gcm_decrypt_incomplete_block()
412 counter = htonll(counter + 1); in gcm_decrypt_final()
427 ctx->gcm_len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(pt_len)); in gcm_decrypt_final()
515 len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(iv_len)); in gcm_format_initial_blocks()
602 = htonll(CRYPTO_BYTES2BITS(gcm_param->ulAADLen)); in gcm_init_ctx()
686 = htonll(CRYPTO_BYTES2BITS(gmac_param->ulAADLen)); in gmac_init_ctx()
1147 counter = htonll(counter + n); in gcm_incr_counter_block_by()
[all …]
H A Dccm.c112 counter = htonll(counter + 1); in ccm_mode_encrypt_contiguous_blocks()
463 counter = htonll(counter + 1); in ccm_mode_decrypt_contiguous_blocks()
688 mask = htonll(mask); in ccm_format_initial_blocks()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h62 htonll(uint64_t n) in htonll() function
74 htonll(uint64_t n) in htonll() function
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h100 htonll(uint64_t n) in htonll() function
112 htonll(uint64_t n)
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h131 htonll(uint64_t n) in htonll() function
143 htonll(uint64_t n)
/f-stack/freebsd/netinet/
H A Dsctp_uio.h1153 #ifndef htonll
1155 #define htonll(x) htobe64(x) macro
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h1153 #ifndef htonll
1155 #define htonll(x) htobe64(x) macro
/f-stack/freebsd/contrib/rdma/krping/
H A Dkrping.c108 #define htonll(x) cpu_to_be64((x)) macro
765 info->buf = htonll(buf); in krping_format_send()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_label.c1373 bootenv->vbe_version = htonll(bootenv->vbe_version); in vdev_label_write_bootenv()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c132 #define LOAD_BIG_64(addr) htonll(*((uint64_t *)(addr)))