nRF5 IoT SDK
v0.9.0
|
Information needed when using Pre-shared key ciphers. More...
#include <nrf_tls.h>
Data Fields | |
const uint8_t * | p_identity |
const uint8_t * | p_secret_key |
uint16_t | identity_len |
uint16_t | secret_key_len |
Information needed when using Pre-shared key ciphers.
uint16_t nrf_tls_preshared_key_t::identity_len |
Length of the client identity.
const uint8_t* nrf_tls_preshared_key_t::p_identity |
Client identity.
const uint8_t* nrf_tls_preshared_key_t::p_secret_key |
Secret Preshared Key.
uint16_t nrf_tls_preshared_key_t::secret_key_len |
Length of the preshared key.