VGA, Wifi module, Ethernet controller, BIOS (UEFI), power controller, heck, even battery all have chips inside them capable of running malware as well. It's naive to believe than NSA&co doesn't have its fingers on such techniques (remember Cisco devices interception). Modern laptop/PC is ridden with micro "PCs" all over.
There have been some reports about UEFI-based malware, which can hook into the OS boot process. I guess this could also work even if the disk is encrypted. First Google hit for "UEFI malware":
You modify the bootloader to grab the password on next decryption. The bootloader is in cleartext on the disk, otherwise the machine couldn't boot.
More advanced versions would involve modifying the BIOS to add a SMM-mode hook. That way the malware runs completely outside the view of the OS. Alternatively, any device with DMA access could have its firmware altered to read sensitive information from memory.