#define MAX_SSH_CONNS
Maximum simultaneous SSH connections.
SshDhState ssh_dh[MAX_SSH_CONNS]
Pool of ephemeral DH state, one entry per MAX_SSH_CONNS.
SshKeyMat ssh_keys[MAX_SSH_CONNS]
Pool of session key material, one entry per MAX_SSH_CONNS.
SSH session key material - types, pools, and security model.
Ephemeral Diffie-Hellman state for one SSH connection.
AES-256-CTR + HMAC-SHA2-256 session keys for one SSH connection.