Update naming of internal LMS functions
To comply with the mbedtls_ requirement
Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/library/lmots.h b/library/lmots.h
index d0379e3..05bd55a 100644
--- a/library/lmots.h
+++ b/library/lmots.h
@@ -151,8 +151,8 @@
* \param len The length of the string.
* \param bytes The string to output into.
*/
-void unsigned_int_to_network_bytes( unsigned int val, size_t len,
- unsigned char *bytes );
+void mbedtls_lms_unsigned_int_to_network_bytes( unsigned int val, size_t len,
+ unsigned char *bytes );
/**
* \brief This function converts a network-byte-order
@@ -163,8 +163,8 @@
*
* \return The corresponding LMS error code.
*/
-unsigned int network_bytes_to_unsigned_int( size_t len,
- const unsigned char *bytes );
+unsigned int mbedtls_lms_network_bytes_to_unsigned_int( size_t len,
+ const unsigned char *bytes );
/**
* \brief This function converts a \ref psa_status_t to a