|
Mbed TLS v4.0.0
|
Error to string translation. More...

Go to the source code of this file.
Functions | |
| void | mbedtls_strerror (int errnum, char *buffer, size_t buflen) |
| Translate an Mbed TLS error code into a string representation. The result is truncated if necessary and always includes a terminating null byte. More... | |
Error to string translation.
Definition in file error.h.
| void mbedtls_strerror | ( | int | errnum, |
| char * | buffer, | ||
| size_t | buflen | ||
| ) |
Translate an Mbed TLS error code into a string representation. The result is truncated if necessary and always includes a terminating null byte.
| errnum | error code |
| buffer | buffer to place representation in |
| buflen | length of the buffer |
1.8.6