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

/external/chromium_org/third_party/boringssl/src/crypto/modes/
H A Dgcm.c633 ctx->Xi.c[n] ^= *(out++) = *(in++) ^ ctx->EKi.c[n];
647 (*block)(ctx->Yi.c, ctx->EKi.c, key);
655 ctx->Xi.c[n] ^= out[i] = in[i] ^ ctx->EKi.c[n];
673 (*block)(ctx->Yi.c, ctx->EKi.c, key);
681 out_t[i] = in_t[i] ^ ctx->EKi.t[i];
697 (*block)(ctx->Yi.c, ctx->EKi.c, key);
705 out_t[i] = in_t[i] ^ ctx->EKi.t[i];
718 (*block)(ctx->Yi.c, ctx->EKi.c, key);
726 ctx->Xi.t[i] ^= out_t[i] = in_t[i] ^ ctx->EKi.t[i];
735 (*block)(ctx->Yi.c, ctx->EKi
[all...]
H A Dinternal.h159 } Yi, EKi, EK0, len, Xi, H; member in struct:gcm128_context
/external/openssl/crypto/modes/
H A Dgcm128.c956 ctx->Xi.c[n] ^= *(out++) = *(in++)^ctx->EKi.c[n];
978 (*block)(ctx->Yi.c,ctx->EKi.c,key);
989 out_t[i] = in_t[i] ^ ctx->EKi.t[i];
1004 (*block)(ctx->Yi.c,ctx->EKi.c,key);
1015 out_t[i] = in_t[i] ^ ctx->EKi.t[i];
1027 (*block)(ctx->Yi.c,ctx->EKi.c,key);
1039 out_t[i] = in_t[i]^ctx->EKi.t[i];
1047 (*block)(ctx->Yi.c,ctx->EKi.c,key);
1058 ctx->Xi.c[n] ^= out[n] = in[n]^ctx->EKi.c[n];
1069 (*block)(ctx->Yi.c,ctx->EKi
[all...]
H A Dmodes_lcl.h102 Yi,EKi,EK0,len,Xi,H; member in struct:gcm128_context

Completed in 124 milliseconds