abcrypt_error_message(3)
NAME
abcrypt_error_message - API function
SYNOPSIS
#include <abcrypt.h>
enum abcrypt_error_code abcrypt_error_message(enum abcrypt_error_code error_code,
uint8_t *buf,
uintptr_t buf_len);
RETURN VALUE
Returns ABCRYPT_ERROR_CODE_OK
if successful, otherwise returns an error value
defined in abcrypt_error_code(3).