Home
last modified time | relevance | path

Searched refs:sshkey_check_rsa_length (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/crypto/openssh/
H A Dauth2-hostbased.c115 if ((r = sshkey_check_rsa_length(key, in userauth_hostbased()
H A Dssh-rsa.c202 if ((ret = sshkey_check_rsa_length(key, 0)) != 0) in ssh_rsa_deserialize_public()
249 if ((r = sshkey_check_rsa_length(key, 0)) != 0) in ssh_rsa_deserialize_private()
H A Dsshkey.h311 int sshkey_check_rsa_length(const struct sshkey *, int);
H A Dsshconnect2.c100 if ((r = sshkey_check_rsa_length(hostkey, in verify_host_key_callback()
1578 if (!quit && (r = sshkey_check_rsa_length(private, in load_identity_file()
1731 if ((r = sshkey_check_rsa_length(idlist->keys[j], in pubkey_prepare()
H A Dauth2-pubkey.c172 if ((r = sshkey_check_rsa_length(key, in userauth_pubkey()
H A Dssh_namespace.h838 #define sshkey_check_rsa_length Fssh_sshkey_check_rsa_length macro
H A Dsshkey.c1331 sshkey_check_rsa_length(const struct sshkey *k, int min_size) in sshkey_check_rsa_length() function
3473 if ((r = sshkey_check_rsa_length(prv, 0)) != 0) in sshkey_parse_private_pem_fileblob()
H A Dsshd.c1952 if (pubkey != NULL && (r = sshkey_check_rsa_length(pubkey,
H A Dssh.c535 (r = sshkey_check_rsa_length(*k, in check_load()
H A DChangeLog5656 upstream: put sshkey_check_rsa_length() back in sshkey.c to unbreak
6102 upstream: Add a sshkey_check_rsa_length() call for checking the