Home
last modified time | relevance | path

Searched refs:counter_mask (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c113 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_mode_encrypt_contiguous_blocks() local
150 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_mode_encrypt_contiguous_blocks()
152 counter &= counter_mask; in gcm_mode_encrypt_contiguous_blocks()
220 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_encrypt_final() local
244 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_encrypt_final()
246 counter &= counter_mask; in gcm_encrypt_final()
307 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_incomplete_block()
309 counter &= counter_mask; in gcm_decrypt_incomplete_block()
423 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_final()
425 counter &= counter_mask; in gcm_decrypt_final()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h421 counter_mask = ~0ULL >> (kMaxCounterBits - counter_size_bits); in PackedCounterArray()
444 return (buffer[index] >> bit_offset) & counter_mask; in Get()
448 DCHECK_LT(Get(i), counter_mask); in Inc()
463 u64 counter_mask; variable
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h8561 ib_net32_t counter_mask; /* 2 bits res : 3 bits counter_mask : 27 bits counter_masks_1to9 */ member