Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dgcm128.c1025 ctx->Xn[mres++] = *(out++) = *(in++) ^ ctx->EKi.c[n];
1038 ctx->Xi.c[n] ^= *(out++) = *(in++) ^ ctx->EKi.c[n];
1068 (*block) (ctx->Yi.c, ctx->EKi.c, key);
1079 out_t[i] = in_t[i] ^ ctx->EKi.t[i];
1095 (*block) (ctx->Yi.c, ctx->EKi.c, key);
1106 out_t[i] = in_t[i] ^ ctx->EKi.t[i];
1118 (*block) (ctx->Yi.c, ctx->EKi.c, key);
1129 ctx->Xi.t[i] ^= out_t[i] = in_t[i] ^ ctx->EKi.t[i];
1137 (*block) (ctx->Yi.c, ctx->EKi.c, key);
1149 ctx->Xn[mres++] = out[n] = in[n] ^ ctx->EKi
[all...]
/third_party/openssl/crypto/modes/
H A Dgcm128.c1025 ctx->Xn[mres++] = *(out++) = *(in++) ^ ctx->EKi.c[n];
1038 ctx->Xi.c[n] ^= *(out++) = *(in++) ^ ctx->EKi.c[n];
1068 (*block) (ctx->Yi.c, ctx->EKi.c, key);
1079 out_t[i] = in_t[i] ^ ctx->EKi.t[i];
1095 (*block) (ctx->Yi.c, ctx->EKi.c, key);
1106 out_t[i] = in_t[i] ^ ctx->EKi.t[i];
1118 (*block) (ctx->Yi.c, ctx->EKi.c, key);
1129 ctx->Xi.t[i] ^= out_t[i] = in_t[i] ^ ctx->EKi.t[i];
1137 (*block) (ctx->Yi.c, ctx->EKi.c, key);
1149 ctx->Xn[mres++] = out[n] = in[n] ^ ctx->EKi
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h119 } Yi, EKi, EK0, len, Xi, H; member
/third_party/openssl/include/crypto/
H A Dmodes.h119 } Yi, EKi, EK0, len, Xi, H; member

Completed in 8 milliseconds