Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h17 #ifdef LTC_SHA512
155 #ifdef LTC_SHA512
305 #ifdef LTC_SHA512
314 #ifndef LTC_SHA512
315 #error LTC_SHA512 is required for LTC_SHA384
325 #ifndef LTC_SHA512
326 #error LTC_SHA512 is required for LTC_SHA512_256
336 #ifndef LTC_SHA512
337 #error LTC_SHA512 is required for LTC_SHA512_224
H A Dtomcrypt_custom.h92 #define LTC_SHA512 macro
258 #define LTC_SHA512 macro
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_register_all_hashes.c43 #ifdef LTC_SHA512 in register_all_hashes()
H A Dcrypt.c158 #if defined(LTC_SHA512)
H A Dcrypt_sizes.c36 #ifdef LTC_SHA512
/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
H A Dsha384.c10 #if defined(LTC_SHA384) && defined(LTC_SHA512)
H A Dsha512_224.c10 #if defined(LTC_SHA512_224) && defined(LTC_SHA512)
H A Dsha512_256.c10 #if defined(LTC_SHA512_256) && defined(LTC_SHA512)
H A Dsha512.c10 #ifdef LTC_SHA512
/optee_os/core/lib/libtomcrypt/
H A Dsha512_accel.c12 #ifdef LTC_SHA512
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dyarrow.c85 #elif defined(LTC_SHA512) in yarrow_start()