Searched refs:htonll (Results 1 – 13 of 13) sorted by relevance
85 #define htonll(x) BMASK_64(x) macro90 htonll(uint64_t n) in htonll() function101 #define htonll(x) BSWAP_64(x) macro
92 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()
69 res[0] = htonll(z.a); in gcm_generic_mul()70 res[1] = htonll(z.b); in gcm_generic_mul()
146 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 …]
112 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()
62 htonll(uint64_t n) in htonll() function74 htonll(uint64_t n) in htonll() function
100 htonll(uint64_t n) in htonll() function112 htonll(uint64_t n)
131 htonll(uint64_t n) in htonll() function143 htonll(uint64_t n)
1153 #ifndef htonll1155 #define htonll(x) htobe64(x) macro
108 #define htonll(x) cpu_to_be64((x)) macro765 info->buf = htonll(buf); in krping_format_send()
1373 bootenv->vbe_version = htonll(bootenv->vbe_version); in vdev_label_write_bootenv()
132 #define LOAD_BIG_64(addr) htonll(*((uint64_t *)(addr)))