Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt.c449 " " NAME_VALUE(LTC_DER_MAX_RECURSION) " "
H A Dcrypt_constants.c137 C_STRINGIFY(LTC_DER_MAX_RECURSION),
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_custom.h572 #ifndef LTC_DER_MAX_RECURSION
574 #define LTC_DER_MAX_RECURSION 30 macro
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_flexi.c427 if (depth > LTC_DER_MAX_RECURSION) { in s_der_decode_sequence_flexi()