Home
last modified time | relevance | path

Searched refs:sshkey_type_plain (Results 1 – 19 of 19) sorted by relevance

/dragonfly/crypto/openssh/
H A Dssh-ed25519.c51 sshkey_type_plain(key->type) != KEY_ED25519 || in ssh_ed25519_sign()
106 sshkey_type_plain(key->type) != KEY_ED25519 || in ssh_ed25519_verify()
H A Dssh-ecdsa.c67 sshkey_type_plain(key->type) != KEY_ECDSA) in ssh_ecdsa_sign()
128 sshkey_type_plain(key->type) != KEY_ECDSA || in ssh_ecdsa_verify()
H A Dssh-rsa.c118 sshkey_type_plain(key->type) != KEY_RSA) in ssh_rsa_complete_crt_parameters()
184 sshkey_type_plain(key->type) != KEY_RSA) in ssh_rsa_sign()
257 sshkey_type_plain(key->type) != KEY_RSA || in ssh_rsa_verify()
H A Dssh-dss.c68 sshkey_type_plain(key->type) != KEY_DSA) in ssh_dss_sign()
133 sshkey_type_plain(key->type) != KEY_DSA || in ssh_dss_verify()
H A Dsshkey.c414 switch (sshkey_type_plain(k->type)) { in sshkey_is_sk()
425 sshkey_type_plain(int type) in sshkey_type_plain() function
743 sshkey_type_plain(a->type) != sshkey_type_plain(b->type)) in sshkey_equal_public()
1435 switch (sshkey_type_plain(ret->type)) { in sshkey_read()
2750 sshkey_type_plain(kt->type), kt->nid); in sshkey_sigalg_by_name()
2936 k->type = sshkey_type_plain(k->type); in sshkey_drop_cert()
4304 sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) { in sshkey_parse_private2()
4376 sshkey_type_plain(type) != sshkey_type_plain(pubkey->type)) { in sshkey_parse_private2_pubkey()
4783 sshkey_type_plain(k->type) != KEY_XMSS) in sshkey_private_serialize_maxsign()
4803 if (sshkey_type_plain(k->type) == KEY_XMSS) in sshkey_signatures_left()
[all …]
H A Dssh-ed25519-sk.c64 sshkey_type_plain(key->type) != KEY_ED25519_SK || in ssh_ed25519_sk_verify()
H A Dauth2-hostbased.c104 if (sshkey_type_plain(key->type) == KEY_RSA && in userauth_hostbased()
H A Dssh-ecdsa-sk.c164 sshkey_type_plain(key->type) != KEY_ECDSA_SK || in ssh_ecdsa_sk_verify()
H A Dsshkey.h194 int sshkey_type_plain(int);
H A Dserverloop.c694 if (sshkey_type_plain(sshkey_type_from_name( in server_input_hostkeys_prove()
730 if (sshkey_type_plain(key->type) == KEY_RSA) { in server_input_hostkeys_prove()
H A Dsshsig.c182 if (sshkey_type_plain(key->type) == KEY_RSA) in sshsig_wrap_sign()
354 if (sshkey_type_plain(key->type) == KEY_RSA) { in sshsig_wrap_verify()
H A Dssh_api.c540 sshkey_type_plain(ktype))) { in _ssh_order_hostkeyalgs()
H A Dauthfd.c392 if (alg != NULL && sshkey_type_plain(key->type) == KEY_RSA) { in agent_encode_alg()
H A Dsshconnect2.c155 sshkey_type_plain(sshkey_type_from_name(best)), in order_hostkeyalgs()
194 sshkey_type_plain(ktype), in order_hostkeyalgs()
1882 if (sshkey_type_plain(id->key->type) == KEY_RSA && in try_identity()
H A Dauth2-pubkey.c156 if (sshkey_type_plain(key->type) == KEY_RSA && in userauth_pubkey()
H A Dhostfile.c368 sshkey_type_plain(keytype) == KEY_ECDSA && in check_hostkeys_by_key_or_type()
H A Dclientloop.c2123 if (sshkey_type_plain(sshkey_type_from_name( in client_global_hostkeys_private_confirm()
2136 plaintype = sshkey_type_plain(ctx->keys[i]->type); in client_global_hostkeys_private_confirm()
H A Dssh-keygen.c378 switch (sshkey_type_plain(k->type)) { in do_convert_to_pkcs8()
402 switch (sshkey_type_plain(k->type)) { in do_convert_to_pem()
H A Dmonitor.c1165 if (sshkey_type_plain(key->type) == KEY_RSA && in mm_answer_keyallowed()