Rtos API example

Embed: (wiki syntax)

« Back to documentation index

prf_sec_param_t Struct Reference

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

const char* label

PRF label text.

Definition at line 51 of file shalib.h.

uint8_t sec_len

HMAC security signature length.

Definition at line 50 of file shalib.h.

const uint8_t* secret

HMAC security signature pointer.

Definition at line 49 of file shalib.h.

const uint8_t* seed

PRF Seed data.

Definition at line 52 of file shalib.h.

uint8_t seedlen

PRF Seed data length.

Definition at line 53 of file shalib.h.