Rtos API example
prf_sec_param_t Struct Reference
PRF 256 stucture This structure is used to configure PRF calc operation: secret, label, seed and buffer before call shalib_prf_calc(). More...
#include <shalib.h>
Data Fields | |
| const uint8_t * | secret |
| HMAC security signature pointer. | |
| uint8_t | sec_len |
| HMAC security signature length. | |
| const char * | label |
| PRF label text. | |
| const uint8_t * | seed |
| PRF Seed data. | |
| uint8_t | seedlen |
| PRF Seed data length. | |
Detailed Description
PRF 256 stucture This structure is used to configure PRF calc operation: secret, label, seed and buffer before call shalib_prf_calc().
Definition at line 48 of file shalib.h.
Field Documentation
Generated on Sun Jul 17 2022 08:25:42 by
1.7.2