Searched refs:counter_mask (Results 1 – 1 of 1) sorted by relevance
107 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_mode_encrypt_contiguous_blocks() local145 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_mode_encrypt_contiguous_blocks()147 counter &= counter_mask; in gcm_mode_encrypt_contiguous_blocks()215 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_encrypt_final() local239 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_encrypt_final()241 counter &= counter_mask; in gcm_encrypt_final()302 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_incomplete_block()304 counter &= counter_mask; in gcm_decrypt_incomplete_block()411 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_final()413 counter &= counter_mask; in gcm_decrypt_final()[all …]