OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:konst
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/prngs/
sober128.c
39
#define INITKONST 0x6996c53a /* value of
KONST
to use during key loading */
92
t = ((t + c->R[OFF(z,1)]) ^ c->
konst
) + c->R[OFF(z,6)]; \
124
c->
konst
= INITKONST;
154
/* Initialise "
konst
"
164
c->
konst
= newkonst;
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_prng.h
40
konst
, /* key dependent constant */
member in struct:sober128_prng
Completed in 3435 milliseconds