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

/linux-4.4.14/arch/x86/crypto/
H A Daes-i586-asm_32.S193 #define inv_rnd1(arg, table) \ define
333 2: inv_rnd1( -64(%ebp), crypto_it_tab) // 14 rounds for 256-bit key
335 3: inv_rnd1( -32(%ebp), crypto_it_tab) // 12 rounds for 192-bit key
337 4: inv_rnd1( (%ebp), crypto_it_tab) // 10 rounds for 128-bit key
339 inv_rnd1( +32(%ebp), crypto_it_tab)
341 inv_rnd1( +64(%ebp), crypto_it_tab)
343 inv_rnd1( +96(%ebp), crypto_it_tab)
345 inv_rnd1(+128(%ebp), crypto_it_tab)

Completed in 75 milliseconds