Make AES control block into a thread local variable
When computing ACES-CMAC, we use static control block that's shared between multiple threads. That means that having computation done in different threads can interfere and cause bad value to be returned. This patch fixes that by making the control block into thread local variable. Bug: 132863815 Change-Id: Ibe2aaac54b93f77d644564d23694846c0c078bd6
Loading
Please register or sign in to comment