Searched defs:gf2_matrix_times (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dcrc32.c50 local unsigned long gf2_matrix_times OF((unsigned long *mat,
327 local unsigned long gf2_matrix_times(mat, vec) function
351 square[n] = gf2_matrix_times(mat, mat[n]);
389 crc1 = gf2_matrix_times(even, crc1);
399 crc1 = gf2_matrix_times(odd, crc1);

Completed in 19 milliseconds