Nb                251 tools/packfi2/aes128.c unsigned char tmp[4 * Nb];
Nb                283 tools/packfi2/aes128.c unsigned char tmp[4 * Nb];
Nb                310 tools/packfi2/aes128.c 	for( i=0; i < 4 * Nb; i++ )
Nb                339 tools/packfi2/aes128.c 	for( idx = Nk; idx < Nb * (Nr + 1); idx++ ) {
Nb                369 tools/packfi2/aes128.c 	unsigned char state[Nb * 4];
Nb                372 tools/packfi2/aes128.c 	memcpy (state, in, Nb * 4);
Nb                381 tools/packfi2/aes128.c 		AddRoundKey ((uint32_t *)state, (uint32_t *)expkey + round * Nb);
Nb                391 tools/packfi2/aes128.c 	unsigned char state[Nb * 4];
Nb                396 tools/packfi2/aes128.c 	AddRoundKey ((uint32_t *)state, (uint32_t *)expkey + Nr * Nb);
Nb                401 tools/packfi2/aes128.c 		AddRoundKey ((uint32_t *)state, (uint32_t *)expkey + round * Nb);