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

/openbsd-current/lib/libcrypto/modes/
H A Dgcm128.c856 ctx->EKi.c[n];
879 (*block)(ctx->Yi.c, ctx->EKi.c, key);
885 ctx->EKi.t[i];
900 (*block)(ctx->Yi.c, ctx->EKi.c, key);
906 ctx->EKi.t[i];
918 (*block)(ctx->Yi.c, ctx->EKi.c, key);
924 out_t[i] = in_t[i] ^ ctx->EKi.t[i];
932 (*block)(ctx->Yi.c, ctx->EKi.c, key);
938 ctx->EKi.c[n];
949 (*block)(ctx->Yi.c, ctx->EKi
[all...]
H A Dmodes_local.h90 } Yi, EKi, EK0, len, Xi, H; member in struct:gcm128_context

Completed in 169 milliseconds