Searched refs:sshkey_verify (Results 1 – 10 of 10) sorted by relevance
| /dflybsd-src/crypto/openssh/ |
| H A D | kexgexc.c | 205 if ((r = sshkey_verify(server_host_key, signature, slen, hash, in input_kex_dh_gex_reply()
|
| H A D | sshkey.h | 284 int sshkey_verify(const struct sshkey *, const u_char *, size_t,
|
| H A D | kexgen.c | 217 if ((r = sshkey_verify(server_host_key, signature, slen, hash, hashlen, in input_kex_gen_reply()
|
| H A D | ssh-add.c | 518 if ((r = sshkey_verify(key, sig, slen, data, sizeof(data), in test_key()
|
| H A D | sshsig.c | 378 if ((r = sshkey_verify(key, sig, siglen, sshbuf_ptr(toverify), in sshsig_wrap_verify()
|
| H A D | sshkey.c | 1869 if ((ret = sshkey_verify(key->cert->signature_key, sig, slen, in cert_parse() 2128 sshkey_verify(const struct sshkey *key, in sshkey_verify() function
|
| H A D | monitor.c | 1462 ret = sshkey_verify(key, signature, signaturelen, data, datalen, in mm_answer_keyverify()
|
| H A D | clientloop.c | 2400 if ((r = sshkey_verify(ctx->keys[i], sig, siglen, in client_global_hostkeys_prove_confirm()
|
| H A D | ssh-agent.c | 1710 if ((r = sshkey_verify(key, sshbuf_ptr(sig), sshbuf_len(sig), in process_ext_session_bind()
|
| H A D | ssh-keygen.c | 607 else if ((r = sshkey_verify(key, sig, slen, data, sizeof(data), in do_convert_private_ssh2()
|