25 #ifndef BR_BEARSSL_PRF_H__ 26 #define BR_BEARSSL_PRF_H__ 92 const void *secret,
size_t secret_len,
const char *label,
110 const void *secret,
size_t secret_len,
const char *label,
128 const void *secret,
size_t secret_len,
const char *label,
143 const void *secret,
size_t secret_len,
const char *label,
Type for a seed chunk.
Definition: bearssl_prf.h:65
size_t len
Chunk length (in bytes).
Definition: bearssl_prf.h:74
const void * data
Pointer to the chunk data.
Definition: bearssl_prf.h:69