Searched defs:sig_details (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/regress/usr.bin/ssh/unittests/sshsig/ |
H A D | tests.c | 54 struct sshkey_sig_details *sig_details; in check_sig() local
|
/openbsd-src/usr.bin/ssh/ |
H A D | sshsig.c | 300 sshsig_wrap_verify(struct sshbuf * signature,const char * hashalg,const struct sshbuf * h_message,const char * expect_namespace,struct sshkey ** sign_keyp,struct sshkey_sig_details ** sig_details) sshsig_wrap_verify() argument 470 sshsig_verifyb(struct sshbuf * signature,const struct sshbuf * message,const char * expect_namespace,struct sshkey ** sign_keyp,struct sshkey_sig_details ** sig_details) sshsig_verifyb() argument 598 sshsig_verify_fd(struct sshbuf * signature,int fd,const char * expect_namespace,struct sshkey ** sign_keyp,struct sshkey_sig_details ** sig_details) sshsig_verify_fd() argument [all...] |
H A D | auth2-pubkey.c | 98 struct sshkey_sig_details *sig_details = NULL; userauth_pubkey() local
|
H A D | monitor.c | 1164 struct sshkey_sig_details *sig_details = NULL; mm_answer_keyverify() local [all...] |
H A D | ssh-keygen.c | 2786 struct sshkey_sig_details *sig_details = NULL; sig_verify() local
|