Codebase list libcryptx-perl / 66a50e3
HPUX/Itanium GCM issue Karel Miko 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
8282 void gcm_gf_mult(const unsigned char *a, const unsigned char *b, unsigned char *c)
8383 {
8484 unsigned char Z[16], V[16];
85 unsigned x, y, z;
85 unsigned char x, y, z;
8686
8787 zeromem(Z, 16);
8888 XMEMCPY(V, a, 16);