AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
SecureRandom.h
Go to the documentation of this file.
1#pragma once
6#include <aws/crt/Exports.h>
7#include <aws/crt/Types.h>
8
9namespace Aws
10{
11 namespace Crt
12 {
13 namespace Crypto
14 {
15 bool AWS_CRT_CPP_API GenerateRandomBytes(ByteBuf &output, size_t lengthToGenerate);
16 }
17 } // namespace Crt
18} // namespace Aws
#define AWS_CRT_CPP_API
Definition Exports.h:36
Definition Hash.h:17
bool AWS_CRT_CPP_API GenerateRandomBytes(ByteBuf &output, size_t lengthToGenerate)
Definition SecureRandom.cpp:15
Definition Allocator.h:13
aws_byte_buf ByteBuf
Definition Types.h:30
Definition Allocator.h:11