Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 51 of file shalib.h.
Field Documentation
Generated on Tue Jul 12 2022 12:22:49 by
