CryptoAuthLib
Atmel CryptoAuthentication Library
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
Common defines for CryptoAuthLib software crypto wrappers.
int atcac_sw_random(uint8_t *data, size_t data_size)
return software generated random number
Definition: atca_crypto_sw_rand.c:50