Searched refs:EKi (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
H A Dgcm.c583 ctx->Xi.c[n] ^= *(out++) = *(in++) ^ ctx->EKi.c[n];
598 (*block)(ctx->Yi.c, ctx->EKi.c, key);
602 ctx->Xi.c[n] ^= out[i] = in[i] ^ ctx->EKi.c[n];
617 (*block)(ctx->Yi.c, ctx->EKi.c, key);
622 load_word_le(in + i) ^ ctx->EKi.t[i / sizeof(size_t)]);
634 (*block)(ctx->Yi.c, ctx->EKi.c, key);
639 load_word_le(in + i) ^ ctx->EKi.t[i / sizeof(size_t)]);
649 (*block)(ctx->Yi.c, ctx->EKi.c, key);
653 size_t tmp = load_word_le(in + i) ^ ctx->EKi.t[i / sizeof(size_t)];
664 (*block)(ctx->Yi.c, ctx->EKi
[all...]
H A Dinternal.h117 } Yi, EKi, EK0, len, Xi; member in struct:gcm128_context

Completed in 27 milliseconds