Used As |
Name |
Used In |
PARAM |
type |
ssh_pki_import_pubkey_base64 (
char const* b64_key,
enum ssh_keytypes_e type,
ssh_key* pkey
) »
|
PARAM |
type |
ssh_pki_generate (
enum ssh_keytypes_e type,
int parameter,
ssh_key* pkey
) »
|
PARAM |
type |
ssh_key_type_to_char (
enum ssh_keytypes_e type
) »
|
RETURN |
|
ssh_privatekey_type (
ssh_private_key privatekey
) »
|
RETURN |
|
ssh_key_type_from_name (
char const* name
) »
|
RETURN |
|
ssh_key_type (
ssh_key const key
) »
|
FIELD |
.type |
struct ssh_key_struct {
enum ssh_keytypes_e type,
int flags,
char const* type_c,
int ecdsa_nid,
DSA* dsa,
RSA* rsa,
EC_KEY* ecdsa,
ed25519_pubkey* ed25519_pubkey,
ed25519_privkey* ed25519_privkey,
void* cert
} »
|
FIELD |
.hostkey |
anon-struct-session.h-155 {
ssh_key rsa_key,
ssh_key dsa_key,
ssh_key ecdsa_key,
ssh_key ed25519_key,
enum ssh_keytypes_e hostkey
} »
|