Home
last modified time | relevance | path

Searched refs:inv_sbox (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/
H A Daes.c69 static const u8 inv_sbox[256] = { variable
370 state[0] = inv_sbox[state[0]]; in inv_shift_rows()
371 state[4] = inv_sbox[state[4]]; in inv_shift_rows()
372 state[8] = inv_sbox[state[8]]; in inv_shift_rows()
373 state[12] = inv_sbox[state[12]]; in inv_shift_rows()
376 tmp = inv_sbox[state[13]]; in inv_shift_rows()
377 state[13] = inv_sbox[state[9]]; in inv_shift_rows()
378 state[9] = inv_sbox[state[5]]; in inv_shift_rows()
379 state[5] = inv_sbox[state[1]]; in inv_shift_rows()
383 tmp = inv_sbox[state[2]]; in inv_shift_rows()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-neonbs-core.S252 .macro inv_sbox, b0, b1, b2, b3, b4, b5, b6, b7, \
588 inv_sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-neonbs-core.S201 .macro inv_sbox, b0, b1, b2, b3, b4, b5, b6, b7, \
527 inv_sbox v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, \