CryptoAuthLib
Microchip CryptoAuthentication Library
atca_crypto_sw_rand.h
Go to the documentation of this file.
1 
28 #ifndef ATCA_CRYPTO_SW_RAND_H
29 #define ATCA_CRYPTO_SW_RAND_H
30 
31 #include "atca_crypto_sw.h"
32 #include <stddef.h>
33 #include <stdint.h>
34 
42 #ifdef __cplusplus
43 extern "C" {
44 #endif
45 
46 int atcac_sw_random(uint8_t* data, size_t data_size);
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
53 #endif
int atcac_sw_random(uint8_t *data, size_t data_size)
return software generated random number and the function is currently not implemented ...
Definition: atca_crypto_sw_rand.c:36
Common defines for CryptoAuthLib software crypto wrappers.