Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/aes/
H A Daesni.c28 #define temp_load(k) _mm_loadu_si128((__m128i*)(k)) macro
76 temp = temp_load(key); in aesni_setup()
91 temp = temp_load(key + 8); in aesni_setup()
110 temp = temp_load(key + 16); in aesni_setup()