Home
last modified time | relevance | path

Searched refs:LTC_SHA256 (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/stream/salsa20/
H A Dxsalsa20_test.c15 #if defined(LTC_SHA256) && defined(LTC_TEST)
62 #ifdef LTC_SHA256 in xsalsa20_test()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h25 #ifdef LTC_SHA256
158 #ifdef LTC_SHA256
346 #ifdef LTC_SHA256
354 #ifndef LTC_SHA256
355 #error LTC_SHA256 is required for LTC_SHA224
H A Dtomcrypt_custom.h94 #define LTC_SHA256 macro
122 #define LTC_SHA256 macro
262 #define LTC_SHA256 macro
/optee_os/core/lib/libtomcrypt/src/misc/hkdf/
H A Dhkdf_test.c49 #ifdef LTC_SHA256 in hkdf_test()
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_register_all_hashes.c37 #ifdef LTC_SHA256 in register_all_hashes()
H A Dcrypt.c167 #if defined(LTC_SHA256)
H A Dcrypt_sizes.c39 #ifdef LTC_SHA256
/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
H A Dsha224.c10 #if defined(LTC_SHA224) && defined(LTC_SHA256)
H A Dsha256.c10 #ifdef LTC_SHA256
/optee_os/core/lib/libtomcrypt/
H A Dsha256_accel.c44 #ifdef LTC_SHA256
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dfortuna.c29 #if !(defined(LTC_RIJNDAEL) && defined(LTC_SHA256))
30 #error LTC_FORTUNA requires LTC_SHA256 and LTC_RIJNDAEL (AES)
H A Dyarrow.c83 #ifdef LTC_SHA256 in yarrow_start()