Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dlms.c511 return MBEDTLS_ERR_LMS_ALLOC_FAILED; in get_merkle_path()
606 ret = MBEDTLS_ERR_LMS_ALLOC_FAILED; in mbedtls_lms_generate_private_key()
615 ret = MBEDTLS_ERR_LMS_ALLOC_FAILED; in mbedtls_lms_generate_private_key()
675 return MBEDTLS_ERR_LMS_ALLOC_FAILED; in mbedtls_lms_calculate_public_key()
Derror.c706 case -(MBEDTLS_ERR_LMS_ALLOC_FAILED): in mbedtls_low_level_strerr()
/mbedtls-3.6.0/include/mbedtls/
Dlms.h27 #define MBEDTLS_ERR_LMS_ALLOC_FAILED -0x0017 /**< LMS failed to allocate space for a private ke… macro