mbed TLS v2.13.0
include
mbedtls
platform_util.h
Go to the documentation of this file.
1
7
/*
8
* Copyright (C) 2018, Arm Limited, All Rights Reserved
9
* SPDX-License-Identifier: Apache-2.0
10
*
11
* Licensed under the Apache License, Version 2.0 (the "License"); you may
12
* not use this file except in compliance with the License.
13
* You may obtain a copy of the License at
14
*
15
* http://www.apache.org/licenses/LICENSE-2.0
16
*
17
* Unless required by applicable law or agreed to in writing, software
18
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
19
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20
* See the License for the specific language governing permissions and
21
* limitations under the License.
22
*
23
* This file is part of Mbed TLS (https://tls.mbed.org)
24
*/
25
#ifndef MBEDTLS_PLATFORM_UTIL_H
26
#define MBEDTLS_PLATFORM_UTIL_H
27
28
#include <stddef.h>
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
56
void
mbedtls_platform_zeroize
(
void
*buf,
size_t
len );
57
58
#ifdef __cplusplus
59
}
60
#endif
61
62
#endif
/* MBEDTLS_PLATFORM_UTIL_H */
mbedtls_platform_zeroize
void mbedtls_platform_zeroize(void *buf, size_t len)
Securely zeroize a buffer.
Generated on Sun Nov 25 2018 22:16:53 for mbed TLS v2.13.0 by
1.8.13