Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_register_all_hashes.c19 REGISTER_HASH(&tiger_desc); in register_all_hashes()
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dyarrow.c88 prng->u.yarrow.hash = register_hash(&tiger_desc); in yarrow_start()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h452 extern const struct ltc_hash_descriptor tiger_desc, tiger2_desc;
/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dtiger.c13 const struct ltc_hash_descriptor tiger_desc = variable