mbedtls_strerror() function
Translate an Mbed TLS error code into a string representation. The result is truncated if necessary and always includes a terminating null byte.
Arguments
buffer
buffer to place representation in
buflen
length of the buffer
![]()
void mbedtls_strerror(int ret, char *buf, size_t buflen)
mbedtls_strerror() calls 2 functions:
![]()
mbedtls_strerror()
mbedtls_strerror():
![]()
mbedtls_strerror()