nrf_tls_preshared_key_t

nRF5 SDK v15.0.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

Detailed Description

Information needed when using Pre-shared key ciphers.

Field Documentation

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.

  • external/nrf_tls/nrf_tls.h