Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
DAesCore.c23 #define AES_NB 4 macro
153 Nw = AES_NB * (Nr + 1); // Key Expansion generates a total of Nb * (Nr + 1) words in AesExpandKey()
252 for (Index = 0; Index < AES_NB; Index++) { in AesEncrypt()
257 NbIndex = AES_NB; in AesEncrypt()
299 for (Index = 0; Index < AES_NB; Index++) { in AesEncrypt()