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

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dopensolaris_crc32.c73 local unsigned long gf2_matrix_times OF((unsigned long *mat,
347 local unsigned long gf2_matrix_times(mat, vec) function
371 square[n] = gf2_matrix_times(mat, mat[n]);
409 crc1 = gf2_matrix_times(even, crc1);
419 crc1 = gf2_matrix_times(odd, crc1);
/freebsd-10.1-release/lib/libz/
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 60 milliseconds