Searched refs:sshkey_get_sigtype (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/openssh/ |
| H A D | sshkey.h | 293 int sshkey_get_sigtype(const u_char *, size_t, char **);
|
| H A D | sshkey.c | 1977 if ((ret = sshkey_get_sigtype(sig, slen, in cert_parse() 2101 sshkey_get_sigtype(const u_char *sig, size_t siglen, char **sigtypep) in sshkey_get_sigtype() function 2185 if ((r = sshkey_get_sigtype(sig, siglen, &sigtype)) != 0) in sshkey_check_sigtype() 2364 if ((ret = sshkey_get_sigtype(sig_blob, sig_len, &sigtype)) != 0) in sshkey_certify_custom()
|
| H A D | sshsig.c | 371 if ((r = sshkey_get_sigtype(sig, siglen, &sigtype)) != 0) { in sshsig_wrap_verify()
|
| H A D | ssh_namespace.h | 877 #define sshkey_get_sigtype Fssh_sshkey_get_sigtype macro
|
| H A D | clientloop.c | 2377 if ((r = sshkey_get_sigtype(sig, siglen, &alg)) != 0) { in client_global_hostkeys_prove_confirm()
|