Home
last modified time | relevance | path

Searched refs:sshkey_from_blob (Results 1 – 14 of 14) sorted by relevance

/external/openssh/
Dkexc25519c.c92 (r = sshkey_from_blob(server_host_key_blob, sbloblen, in input_kex_c25519_reply()
Dkexdhc.c114 (r = sshkey_from_blob(server_host_key_blob, sbloblen, in input_kex_dh()
Dkexecdhc.c124 (r = sshkey_from_blob(server_host_key_blob, sbloblen, in input_kex_ecdh_reply()
Dsshkey.h159 int sshkey_from_blob(const u_char *, size_t, struct sshkey **);
Dssh-keysign.c123 else if ((r = sshkey_from_blob(pkblob, blen, &key)) != 0) { in valid_request()
Dkexgexc.c165 (r = sshkey_from_blob(server_host_key_blob, sbloblen, in input_kex_dh_gex_reply()
Dkey.c100 if ((r = sshkey_from_blob(blob, blen, &ret)) != 0) { in key_from_blob()
Dssh-agent.c391 if ((r = sshkey_from_blob(blob, blen, &key)) != 0) { in process_sign_request2()
461 if ((r = sshkey_from_blob(blob, blen, &key)) != 0) in process_remove_identity()
Dkrl.c825 if (blen != 0 && (r = sshkey_from_blob(blob, blen, &ca_key)) != 0) in parse_revoked_certs()
1003 if ((r = sshkey_from_blob(blob, blen, &key)) != 0) { in ssh_krl_from_blob()
Dauthfd.c251 if ((r = sshkey_from_blob(blob, blen, keyp)) != 0) in deserialise_identity2()
Dserverloop.c1172 (r = sshkey_from_blob(blob, blen, &key)) != 0) { in server_input_hostkeys_prove()
Dsshkey.c1306 if ((r = sshkey_from_blob(sshbuf_ptr(blob), in sshkey_read()
2143 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) in sshkey_from_blob() function
Dclientloop.c2357 if ((r = sshkey_from_blob(blob, len, &key)) != 0) { in client_input_hostkeys()
Dssh-keygen.c606 else if ((r = sshkey_from_blob(blob, blen, k)) != 0) in do_convert_from_ssh2()