ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
SshRsaCtx Struct Reference

Public Attributes

mbedtls_pk_context pk
 parsed host key + cached blinding state
 
SemaphoreHandle_t lock
 serializes signs on the shared context
 
bool ready
 pk holds a valid parsed key
 

Detailed Description

Definition at line 50 of file ssh_rsa.cpp.

Member Data Documentation

◆ pk

mbedtls_pk_context SshRsaCtx::pk

parsed host key + cached blinding state

Definition at line 52 of file ssh_rsa.cpp.

Referenced by pc_ssh_rsa_load_pubkey(), and ssh_rsa_sign().

◆ lock

SemaphoreHandle_t SshRsaCtx::lock

serializes signs on the shared context

Definition at line 53 of file ssh_rsa.cpp.

Referenced by pc_ssh_rsa_load_pubkey(), and ssh_rsa_sign().

◆ ready

bool SshRsaCtx::ready

pk holds a valid parsed key

Definition at line 54 of file ssh_rsa.cpp.

Referenced by pc_ssh_rsa_load_pubkey(), and ssh_rsa_sign().


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