DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
SshRsaCtx Struct Reference

Public Attributes

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

Detailed Description

Definition at line 72 of file ssh_rsa.cpp.

Member Data Documentation

◆ pk

mbedtls_pk_context SshRsaCtx::pk

parsed host key + cached blinding state

Definition at line 74 of file ssh_rsa.cpp.

Referenced by ssh_rsa_load_pubkey(), and ssh_rsa_sign().

◆ lock

SemaphoreHandle_t SshRsaCtx::lock

serialises signs on the shared context

Definition at line 75 of file ssh_rsa.cpp.

Referenced by ssh_rsa_load_pubkey(), and ssh_rsa_sign().

◆ ready

bool SshRsaCtx::ready

pk holds a valid parsed key

Definition at line 76 of file ssh_rsa.cpp.

Referenced by ssh_rsa_load_pubkey(), and ssh_rsa_sign().


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