HomeSort by: relevance | last modified time | path
    Searched refs:sshkey_type_plain (Results 1 - 19 of 19) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-ed25519.c 161 sshkey_type_plain(key->type) != KEY_ED25519 ||
241 sshkey_type_plain(key->type) != KEY_ED25519 ||
ssh-ecdsa.c 332 sshkey_type_plain(key->type) != KEY_ECDSA)
416 sshkey_type_plain(key->type) != KEY_ECDSA ||
auth2-hostbased.c 101 if (key->type != pktype || (sshkey_type_plain(pktype) == KEY_ECDSA &&
ssh-ed25519-sk.c 150 sshkey_type_plain(key->type) != KEY_ED25519_SK ||
sshkey.h 209 int sshkey_type_plain(int);
ssh-rsa.c 422 sshkey_type_plain(key->type) != KEY_RSA)
505 sshkey_type_plain(key->type) != KEY_RSA ||
ssh_api.c 554 k->key->type != sshkey_type_plain(ktype)))
556 if (sshkey_type_plain(k->key->type) == KEY_ECDSA &&
sshkey.c 215 return sshkey_ssh_name_from_type_nid(sshkey_type_plain(k->type),
411 switch (sshkey_type_plain(k->type)) {
422 sshkey_type_plain(int type) function
793 sshkey_type_plain(a->type) != sshkey_type_plain(b->type))
836 type = force_plain ? sshkey_type_plain(key->type) : key->type;
2117 sshkey_type_plain(impl->type), impl->nid);
2228 k->type = sshkey_type_plain(k->type);
3147 sshkey_type_plain(type) != sshkey_type_plain(pubkey->type))
    [all...]
ssh-ecdsa-sk.c 244 sshkey_type_plain(key->type) != KEY_ECDSA_SK ||
serverloop.c 706 if (sshkey_type_plain(sshkey_type_from_name(
742 if (sshkey_type_plain(key->type) == KEY_RSA) {
sshsig.c 195 if (sshkey_type_plain(key->type) == KEY_RSA) {
372 if (sshkey_type_plain(key->type) == KEY_RSA) {
authfd.c 392 if (alg != NULL && sshkey_type_plain(key->type) == KEY_RSA) {
ssh-sk.c 656 type = sshkey_type_plain(key->type);
auth2-pubkey.c 159 if (key->type != pktype || (sshkey_type_plain(pktype) == KEY_ECDSA &&
hostfile.c 370 sshkey_type_plain(keytype) == KEY_ECDSA &&
ssh-add.c 507 if (sshkey_type_plain(key->type) == KEY_RSA)
clientloop.c 2391 if (sshkey_type_plain(sshkey_type_from_name(
2404 plaintype = sshkey_type_plain(ctx->keys[i]->type);
sshconnect2.c 166 sshkey_type_plain(sshkey_type_from_name(best)),
205 sshkey_type_plain(ktype),
ssh-keygen.c 351 switch (sshkey_type_plain(k->type)) {
370 switch (sshkey_type_plain(k->type)) {

Completed in 42 milliseconds