Home
last modified time | relevance | path

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

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