Home
last modified time | relevance | path

Searched defs:LTC_PRNG_EXPORT (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dchacha20.c147 LTC_PRNG_EXPORT(chacha20_prng) in LTC_PRNG_EXPORT() function
H A Dsober128.c149 LTC_PRNG_EXPORT(sober128) in LTC_PRNG_EXPORT() function
H A Dyarrow.c270 LTC_PRNG_EXPORT(yarrow) in LTC_PRNG_EXPORT() function
H A Drc4.c150 LTC_PRNG_EXPORT(rc4) in LTC_PRNG_EXPORT() function
H A Dfortuna.c482 LTC_PRNG_EXPORT(fortuna) in LTC_PRNG_EXPORT() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h498 #define LTC_PRNG_EXPORT(which) \ macro