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

  /src/sys/crypto/aes/arch/x86/
aes_sse2_dec.c 83 inv_shift_row(__m128i q) function in typeref:typename:__m128i
108 q[0] = inv_shift_row(q[0]);
109 q[1] = inv_shift_row(q[1]);
110 q[2] = inv_shift_row(q[2]);
111 q[3] = inv_shift_row(q[3]);

Completed in 12 milliseconds