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

/netbsd-current/sys/crypto/aes/arch/x86/
H A Daes_sse2_enc.c42 shift_row(__m128i q) function
67 q[0] = shift_row(q[0]);
68 q[1] = shift_row(q[1]);
69 q[2] = shift_row(q[2]);
70 q[3] = shift_row(q[3]);

Completed in 143 milliseconds