Home
last modified time | relevance | path

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

/drivers/crypto/chelsio/
Dchcr_algo.h371 static const u8 aes_sbox[256] = { variable
398 bytes[0] = aes_sbox[bytes[0]]; in aes_ks_subword()
399 bytes[1] = aes_sbox[bytes[1]]; in aes_ks_subword()
400 bytes[2] = aes_sbox[bytes[2]]; in aes_ks_subword()
401 bytes[3] = aes_sbox[bytes[3]]; in aes_ks_subword()