Searched refs:sshkey_from_blob (Results 1 – 14 of 14) sorted by relevance
/external/openssh/ |
D | kexc25519c.c | 92 (r = sshkey_from_blob(server_host_key_blob, sbloblen, in input_kex_c25519_reply()
|
D | kexdhc.c | 114 (r = sshkey_from_blob(server_host_key_blob, sbloblen, in input_kex_dh()
|
D | kexecdhc.c | 124 (r = sshkey_from_blob(server_host_key_blob, sbloblen, in input_kex_ecdh_reply()
|
D | sshkey.h | 159 int sshkey_from_blob(const u_char *, size_t, struct sshkey **);
|
D | ssh-keysign.c | 123 else if ((r = sshkey_from_blob(pkblob, blen, &key)) != 0) { in valid_request()
|
D | kexgexc.c | 165 (r = sshkey_from_blob(server_host_key_blob, sbloblen, in input_kex_dh_gex_reply()
|
D | key.c | 100 if ((r = sshkey_from_blob(blob, blen, &ret)) != 0) { in key_from_blob()
|
D | ssh-agent.c | 391 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()
|
D | krl.c | 825 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()
|
D | authfd.c | 251 if ((r = sshkey_from_blob(blob, blen, keyp)) != 0) in deserialise_identity2()
|
D | serverloop.c | 1172 (r = sshkey_from_blob(blob, blen, &key)) != 0) { in server_input_hostkeys_prove()
|
D | sshkey.c | 1306 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
|
D | clientloop.c | 2357 if ((r = sshkey_from_blob(blob, len, &key)) != 0) { in client_input_hostkeys()
|
D | ssh-keygen.c | 606 else if ((r = sshkey_from_blob(blob, blen, k)) != 0) in do_convert_from_ssh2()
|