Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
Daes-i586-asm_32.S193 #define inv_rnd1(arg, table) \ macro
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)