Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_LMS_ALLOC_FAILED (Results 1 – 3 of 3) sorted by relevance

/mbedtls-3.5.0/library/
Dlms.c513 return MBEDTLS_ERR_LMS_ALLOC_FAILED; in get_merkle_path()
609 ret = MBEDTLS_ERR_LMS_ALLOC_FAILED; in mbedtls_lms_generate_private_key()
618 ret = MBEDTLS_ERR_LMS_ALLOC_FAILED; in mbedtls_lms_generate_private_key()
678 return MBEDTLS_ERR_LMS_ALLOC_FAILED; in mbedtls_lms_calculate_public_key()
Derror.c712 case -(MBEDTLS_ERR_LMS_ALLOC_FAILED): in mbedtls_low_level_strerr()
/mbedtls-3.5.0/include/mbedtls/
Dlms.h39 #define MBEDTLS_ERR_LMS_ALLOC_FAILED -0x0017 /**< LMS failed to allocate space for a private ke… macro