Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_custom.h79 #define LTC_RIJNDAEL macro
121 #define LTC_RIJNDAEL macro
181 #define LTC_RIJNDAEL macro
619 #if defined(LTC_PELICAN) && !defined(LTC_RIJNDAEL)
620 #error Pelican-MAC requires LTC_RIJNDAEL
H A Dtomcrypt_cipher.h36 #ifdef LTC_RIJNDAEL
202 #ifdef LTC_RIJNDAEL
692 #ifdef LTC_RIJNDAEL
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_register_all_ciphers.c18 #ifdef LTC_RIJNDAEL in register_all_ciphers()
H A Dcrypt.c59 #if defined(LTC_RIJNDAEL)
H A Dcrypt_sizes.c131 #ifdef LTC_RIJNDAEL
/optee_os/core/lib/libtomcrypt/src/ciphers/aes/
H A Daes_desc.c12 #if defined(LTC_RIJNDAEL)
H A Daes.c27 #ifdef LTC_RIJNDAEL
/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.c38 #ifdef LTC_RIJNDAEL in yarrow_start()