Searched refs:ntohll (Results 1 – 12 of 12) sorted by relevance
50 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()
107 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()
91 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()
111 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()
86 #define ntohll(x) BMASK_64(x) macro96 ntohll(uint64_t n) in ntohll() function102 #define ntohll(x) BSWAP_64(x) macro
68 ntohll(uint64_t n) in ntohll() function80 ntohll(uint64_t n) in ntohll() function
106 ntohll(uint64_t n) in ntohll() function118 ntohll(uint64_t n)
137 ntohll(uint64_t n) in ntohll() function149 ntohll(uint64_t n)
1148 #ifndef ntohll1150 #define ntohll(x) be64toh(x) macro
109 #define ntohll(x) cpu_to_be64((x)) macro327 cb->remote_addr = ntohll(cb->recv_buf.buf); in server_recv()
1261 vbe->vbe_version = ntohll(vbe->vbe_version); in vdev_label_read_bootenv()