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

  /src/sys/crypto/aes/arch/x86/
aes_sse2_enc.c 42 shift_row(__m128i q) function in typeref:typename:__m128i
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]);
aes_sse2_enc.c 42 shift_row(__m128i q) function in typeref:typename:__m128i
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 62 milliseconds