Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Scp_ctx Struct Reference

#include <scp.h>

Public Attributes

uint8_t sid
 
uint8_t s_enc [SCP_KEY_LEN]
 
uint8_t s_mac [SCP_KEY_LEN]
 
uint8_t s_rmac [SCP_KEY_LEN]
 
uint8_t mac_chaining_value [SCP_PRF_LEN]
 
uint8_t ctr [SCP_PRF_LEN]
 
bool in_use
 
bool authenticated
 

Detailed Description

Definition at line 68 of file scp.h.

Member Data Documentation

◆ authenticated

bool Scp_ctx::authenticated

Definition at line 76 of file scp.h.

◆ ctr

uint8_t Scp_ctx::ctr[SCP_PRF_LEN]

Definition at line 74 of file scp.h.

◆ in_use

bool Scp_ctx::in_use

Definition at line 75 of file scp.h.

◆ mac_chaining_value

uint8_t Scp_ctx::mac_chaining_value[SCP_PRF_LEN]

Definition at line 73 of file scp.h.

◆ s_enc

uint8_t Scp_ctx::s_enc[SCP_KEY_LEN]

Definition at line 70 of file scp.h.

◆ s_mac

uint8_t Scp_ctx::s_mac[SCP_KEY_LEN]

Definition at line 71 of file scp.h.

◆ s_rmac

uint8_t Scp_ctx::s_rmac[SCP_KEY_LEN]

Definition at line 72 of file scp.h.

◆ sid

uint8_t Scp_ctx::sid

Definition at line 69 of file scp.h.


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