AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
Security.h
Go to the documentation of this file.
1
6#pragma once
7
9
10#include <stddef.h>
11
12namespace Aws
13{
14namespace Security
15{
16
17 /*
18 * Securely clears a block of memory
19 */
20 AWS_CORE_API void SecureMemClear(unsigned char *data, size_t length);
21
22} // namespace Security
23} // namespace Aws
24
#define AWS_CORE_API
Definition: Core_EXPORTS.h:26
char const int length
Definition: cJSON.h:174
AWS_CORE_API void SecureMemClear(unsigned char *data, size_t length)