Home
last modified time | relevance | path

Searched defs:ssh_crypto_struct (Results 1 – 2 of 2) sorted by relevance

/dports/security/razorback-api/api-0.5.0/libssh/include/libssh/
H A Dcrypto.h56 struct ssh_crypto_struct { struct
57 bignum e,f,x,k,y;
59 EC_KEY *ecdh_privkey;
65 unsigned char *session_id;
66 unsigned char *encryptIV;
67 unsigned char *decryptIV;
68 unsigned char *decryptkey;
69 unsigned char *encryptkey;
73 struct ssh_cipher_struct *in_cipher, *out_cipher; /* the cipher structures/objects */
74 ssh_string server_pubkey;
[all …]
/dports/security/libssh/libssh-0.9.6/include/libssh/
H A Dcrypto.h106 struct ssh_crypto_struct { struct
107 bignum shared_secret;
108 struct dh_ctx *dh_ctx;
110 size_t dh_pmin; size_t dh_pn; size_t dh_pmax; /* preferred group parameters */
114 EC_KEY *ecdh_privkey;
116 gcry_sexp_t ecdh_privkey;
129 size_t session_id_len;
133 unsigned char *encryptIV;
141 enum ssh_hmac_e in_hmac, out_hmac; /* the MAC algorithms used */
142 bool in_hmac_etm, out_hmac_etm; /* Whether EtM mode is used or not */
[all …]