HomeSort by: relevance | last modified time | path
    Searched defs:shift_row (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/crypto/aes/arch/x86/
aes_sse2_4x32_enc.c 49 shift_row(__m128i q) function
68 q[0] = shift_row(q[0]);
69 q[1] = shift_row(q[1]);
70 q[2] = shift_row(q[2]);
71 q[3] = shift_row(q[3]);
72 q[4] = shift_row(q[4]);
73 q[5] = shift_row(q[5]);
74 q[6] = shift_row(q[6]);
75 q[7] = shift_row(q[7]);

Completed in 21 milliseconds