Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/rabbit/
A Drabbit.c150 unsigned char tmpkey[16] = {0}; in rabbit_setup() local
160 XMEMCPY(tmpkey, key, keylen); in rabbit_setup()
163 LOAD32L(k0, tmpkey+ 0); in rabbit_setup()
164 LOAD32L(k1, tmpkey+ 4); in rabbit_setup()
165 LOAD32L(k2, tmpkey+ 8); in rabbit_setup()
166 LOAD32L(k3, tmpkey+12); in rabbit_setup()
170 zeromem(tmpkey, sizeof(tmpkey)); in rabbit_setup()

Completed in 3 milliseconds