Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/stream/rabbit/
A Drabbit.c157 unsigned char tmpkey[16] = {0}; in rabbit_setup() local
167 XMEMCPY(tmpkey, key, keylen); in rabbit_setup()
170 LOAD32L(k0, tmpkey+ 0); in rabbit_setup()
171 LOAD32L(k1, tmpkey+ 4); in rabbit_setup()
172 LOAD32L(k2, tmpkey+ 8); in rabbit_setup()
173 LOAD32L(k3, tmpkey+12); in rabbit_setup()
177 zeromem(tmpkey, sizeof(tmpkey)); in rabbit_setup()

Completed in 3 milliseconds