AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Security.h
1
6#pragma once
7
8#include <aws/core/Core_EXPORTS.h>
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
AWS_CORE_API void SecureMemClear(unsigned char *data, size_t length)