|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Public Attributes | |
| bool | prefer_rsa = true |
| uint8_t | ed_seed [32] |
| uint8_t | ed_pub [32] |
| bool | ed_have = false |
| uint8_t | ecdsa_priv [SSH_ECDSA_P256_PRIV_LEN] |
| P-256 host private scalar d. | |
| uint8_t | ecdsa_pub [SSH_ECDSA_P256_PUB_LEN] |
| P-256 host public point (0x04||X||Y). | |
| bool | ecdsa_have = false |
Definition at line 74 of file ssh_transport.cpp.
| bool SshTransportCtx::prefer_rsa = true |
Definition at line 76 of file ssh_transport.cpp.
Referenced by ssh_extinfo_build(), ssh_kex_prefer_rsa(), and ssh_kex_set_prefer_rsa().
| uint8_t SshTransportCtx::ed_seed[32] |
Definition at line 77 of file ssh_transport.cpp.
Referenced by ssh_hostkey_ed25519_set().
| uint8_t SshTransportCtx::ed_pub[32] |
Definition at line 78 of file ssh_transport.cpp.
Referenced by ssh_hostkey_ed25519_set().
| bool SshTransportCtx::ed_have = false |
Definition at line 79 of file ssh_transport.cpp.
Referenced by ssh_hostkey_ed25519_available(), and ssh_hostkey_ed25519_set().
| uint8_t SshTransportCtx::ecdsa_priv[SSH_ECDSA_P256_PRIV_LEN] |
P-256 host private scalar d.
Definition at line 80 of file ssh_transport.cpp.
Referenced by ssh_hostkey_ecdsa_set().
| uint8_t SshTransportCtx::ecdsa_pub[SSH_ECDSA_P256_PUB_LEN] |
P-256 host public point (0x04||X||Y).
Definition at line 81 of file ssh_transport.cpp.
Referenced by ssh_hostkey_ecdsa_set().
| bool SshTransportCtx::ecdsa_have = false |
Definition at line 82 of file ssh_transport.cpp.
Referenced by ssh_hostkey_ecdsa_available(), and ssh_hostkey_ecdsa_set().