Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/prngs/
H A Drng_make_prng.c39 bytes = prng_descriptor[wprng]->export_size; in rng_make_prng()
H A Dchacha20.c162 if (inlen < (unsigned long)chacha20_prng_desc.export_size) return CRYPT_INVALID_ARG; in LTC_PRNG_EXPORT()
H A Dsober128.c164 if (inlen < (unsigned long)sober128_desc.export_size) return CRYPT_INVALID_ARG; in LTC_PRNG_EXPORT()
H A Drc4.c165 if (inlen < (unsigned long)rc4_desc.export_size) return CRYPT_INVALID_ARG; in LTC_PRNG_EXPORT()
H A Dyarrow.c285 if (inlen < (unsigned long)yarrow_desc.export_size) return CRYPT_INVALID_ARG; in LTC_PRNG_EXPORT()
H A Dfortuna.c498 if (inlen < (unsigned long)fortuna_desc.export_size) { in LTC_PRNG_EXPORT()
/optee_os/core/lib/libtomcrypt/
H A Dtomcrypt.c74 .export_size = 64,
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_prng.h79 int export_size; member
H A Dtomcrypt_private.h501 unsigned long len = which ## _desc.export_size; \