Searched refs:sigtype (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dssh-rsa.c480 char *sigtype = NULL; local
496 if (sshbuf_get_cstring(b, &sigtype, NULL) != 0) {
500 if ((hash_alg = rsa_hash_id_from_ident(sigtype)) == -1) {
555 free(sigtype);
H A Dsshsig.c308 char *got_namespace = NULL, *sigtype = NULL, *sig_hashalg = NULL; local
366 if ((r = sshkey_get_sigtype(sig, siglen, &sigtype)) != 0) {
371 if (match_pattern_list(sigtype, RSA_SIGN_ALLOWED, 0) != 1) {
373 "signature algorithm %s", sigtype);
392 free(sigtype);
H A Dsshkey.c2000 char *sigtype = NULL; local
2006 if ((r = sshbuf_get_cstring(b, &sigtype, NULL)) != 0)
2010 *sigtypep = sigtype;
2011 sigtype = NULL;
2015 free(sigtype);
2073 char *sigtype = NULL; local
2080 if ((r = sshkey_get_sigtype(sig, siglen, &sigtype)) != 0)
2082 r = strcmp(expected_alg, sigtype) == 0;
2083 free(sigtype);
2183 char *sigtype local
[all...]

Completed in 184 milliseconds