CryptoAuthLib
Atmel CryptoAuthentication Library
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
atca_crypto_sw_rand.h
Go to the documentation of this file.
1
42
#ifndef ATCA_CRYPTO_SW_RAND_H
43
#define ATCA_CRYPTO_SW_RAND_H
44
45
#include "
atca_crypto_sw.h
"
46
#include <stddef.h>
47
#include <stdint.h>
48
56
#ifdef __cplusplus
57
extern
"C"
{
58
#endif
59
60
int
atcac_sw_random
(uint8_t* data,
size_t
data_size);
61
62
#ifdef __cplusplus
63
}
64
#endif
65
67
#endif
atcac_sw_random
int atcac_sw_random(uint8_t *data, size_t data_size)
return software generated random number
Definition:
atca_crypto_sw_rand.c:50
atca_crypto_sw.h
Common defines for CryptoAuthLib software crypto wrappers.
lib
crypto
atca_crypto_sw_rand.h
Generated by
1.8.10