Searched refs:sshkey_from_blob (Results 1 – 17 of 17) sorted by relevance
/freebsd-src/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | pubkey_fuzz.cc | 12 int r = sshkey_from_blob(data, size, &k); in LLVMFuzzerTestOneInput()
|
/freebsd-src/crypto/openssh/regress/unittests/sshkey/ |
H A D | test_fuzz.c | 65 ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(buf), sshbuf_len(buf), in public_fuzz() 71 if (sshkey_from_blob(fuzz_ptr(fuzz), fuzz_len(fuzz), &k1) == 0) in public_fuzz()
|
H A D | test_sshkey.c | 452 ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(b), sshbuf_len(b), &k3), 0); in sshkey_tests() 527 ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(b), sshbuf_len(b), &k4), in sshkey_tests()
|
/freebsd-src/crypto/openssh/ |
H A D | auth2-hostbased.c | 90 if ((r = sshkey_from_blob(pkblob, blen, &key)) != 0) { in userauth_hostbased()
|
H A D | ssh-keysign.c | 125 else if ((r = sshkey_from_blob(pkblob, blen, &key)) != 0) { in valid_request()
|
H A D | sshkey.h | 270 int sshkey_from_blob(const u_char *, size_t, struct sshkey **);
|
H A D | ssh-pkcs11-helper.c | 199 if ((r = sshkey_from_blob(blob, blen, &key)) != 0) in process_sign()
|
H A D | krl.c | 884 if (blen != 0 && (r = sshkey_from_blob(blob, blen, &ca_key)) != 0) in parse_revoked_certs() 1319 if ((r = sshkey_from_blob(rb->blob, rb->len, &key)) != 0) { in krl_dump()
|
H A D | ssh-pkcs11-client.c | 622 if ((r = sshkey_from_blob(blob, blen, &k)) != 0) in pkcs11_add_provider()
|
H A D | authfd.c | 246 if ((r = sshkey_from_blob(blob, blen, keyp)) != 0) in deserialise_identity2()
|
H A D | auth2-pubkey.c | 143 if ((r = sshkey_from_blob(pkblob, blen, &key)) != 0) { in userauth_pubkey()
|
H A D | serverloop.c | 698 (r = sshkey_from_blob(blob, blen, &key)) != 0) { in server_input_hostkeys_prove()
|
H A D | ssh_namespace.h | 863 #define sshkey_from_blob Fssh_sshkey_from_blob macro
|
H A D | monitor.c | 1421 if ((r = sshkey_from_blob(blob, bloblen, &key)) != 0) in mm_answer_keyverify()
|
H A D | clientloop.c | 2497 if ((r = sshkey_from_blob(blob, len, &key)) != 0) { in client_input_hostkeys()
|
H A D | sshconnect2.c | 705 if ((r = sshkey_from_blob(pkblob, blen, &key)) != 0) { in input_userauth_pk_ok()
|
H A D | sshkey.c | 1964 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) in sshkey_from_blob() function
|