Home
last modified time | relevance | path

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

/lib/crypto/
Daes.c91 static u32 mul_by_x(u32 w) in mul_by_x() function
120 u32 y = mul_by_x(x) ^ ror32(x, 16); in mix_columns()
201 for (i = 0, rc = 1; i < 10; i++, rc = mul_by_x(rc)) { in aes_expandkey()