|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
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 | |
Definition at line 72 of file ssh_rsa.cpp.
| 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().
| 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().
| 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().