nRF5 SDK v15.2.0
Data Fields
nrf_tls_preshared_key_t Struct Reference

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated