BearSSL
|
Type for a seed chunk. More...
Data Fields | |
const void * | data |
Pointer to the chunk data. More... | |
size_t | len |
Chunk length (in bytes). More... | |
Type for a seed chunk.
Each chunk may have an arbitrary length, and may be empty (no byte at all). If the chunk length is zero, then the pointer to the chunk data may be NULL
.
const void* br_tls_prf_seed_chunk::data |
Pointer to the chunk data.
size_t br_tls_prf_seed_chunk::len |
Chunk length (in bytes).