Searched refs:gcm_cb (Results 1 – 2 of 2) sorted by relevance
121 lastp = (uint8_t *)ctx->gcm_cb; in gcm_mode_encrypt_contiguous_blocks()148 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter; in gcm_mode_encrypt_contiguous_blocks()242 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter; in gcm_encrypt_final()305 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter; in gcm_decrypt_incomplete_block()414 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter; in gcm_decrypt_final()489 cb = (uint8_t *)ctx->gcm_cb; in gcm_format_initial_blocks()1149 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter; in gcm_incr_counter_block_by()1168 uint64_t *cb = ctx->gcm_cb; in gcm_mode_encrypt_contiguous_blocks_avx()1380 uint32_t *cb = (uint32_t *)ctx->gcm_cb; in gcm_decrypt_final_avx()1394 (const void *)key, ctx->gcm_cb, ghash); in gcm_decrypt_final_avx()[all …]
242 #define gcm_cb gcm_common.cc_iv macro