mbed TLS v2.16.3
include
mbedtls
error.h
Go to the documentation of this file.
1
6
/*
7
* Copyright (C) 2006-2018, ARM Limited, All Rights Reserved
8
* SPDX-License-Identifier: Apache-2.0
9
*
10
* Licensed under the Apache License, Version 2.0 (the "License"); you may
11
* not use this file except in compliance with the License.
12
* You may obtain a copy of the License at
13
*
14
* http://www.apache.org/licenses/LICENSE-2.0
15
*
16
* Unless required by applicable law or agreed to in writing, software
17
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
18
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
* See the License for the specific language governing permissions and
20
* limitations under the License.
21
*
22
* This file is part of mbed TLS (https://tls.mbed.org)
23
*/
24
#ifndef MBEDTLS_ERROR_H
25
#define MBEDTLS_ERROR_H
26
27
#if !defined(MBEDTLS_CONFIG_FILE)
28
#include "
config.h
"
29
#else
30
#include MBEDTLS_CONFIG_FILE
31
#endif
32
33
#include <stddef.h>
34
110
#ifdef __cplusplus
111
extern
"C"
{
112
#endif
113
123
void
mbedtls_strerror
(
int
errnum,
char
*buffer,
size_t
buflen );
124
125
#ifdef __cplusplus
126
}
127
#endif
128
129
#endif
/* error.h */
mbedtls_strerror
void mbedtls_strerror(int errnum, char *buffer, size_t buflen)
Translate a mbed TLS error code into a string representation, Result is truncated if necessary and al...
config.h
Configuration options (set of defines)
Generated on Tue Jan 21 2020 12:33:50 for mbed TLS v2.16.3 by
1.8.17