Data structure for a keychain entry.

Public Attributes#

const void *

Pointer to data.

size_t

Amount of data in bytes.

Keychain were the entry is stored.

Public Attribute Documentation#

data#

const void* sl_wisun_keychain_entry_t::data

Pointer to data.

When freeing a keychain entry, this pointer must not be freed.


data_length#

size_t sl_wisun_keychain_entry_t::data_length

Amount of data in bytes.


keychain#

sl_wisun_keychain_t sl_wisun_keychain_entry_t::keychain

Keychain were the entry is stored.