Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_aes.c156 uint32_t tempa; in KeyExpansion() local
158 tempa = RoundKey[i - 1]; in KeyExpansion()
161 tempa = (tempa << 8) | (tempa >> 24); in KeyExpansion()
162 tempa = Subword(tempa); in KeyExpansion()
163 tempa ^= (uint32_t)Rcon[k] << 24; in KeyExpansion()
165 tempa = Subword(tempa); in KeyExpansion()
167 RoundKey[i] = RoundKey[i - words_key] ^ tempa; in KeyExpansion()