/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | sshsig_fuzz.cc | 22 struct sshbuf *signature = sshbuf_from(sig, slen); in LLVMFuzzerTestOneInput() 23 struct sshbuf *message = sshbuf_from(data, strlen(data)); in LLVMFuzzerTestOneInput()
|
H A D | privkey_fuzz.cc | 13 struct sshbuf *b = sshbuf_from(data, size); in LLVMFuzzerTestOneInput()
|
H A D | agent_fuzz_helper.c | 46 if ((b = sshbuf_from(s, strlen(s))) == NULL) { in privkey_or_die()
|
H A D | kex_fuzz.cc | 282 if ((b = sshbuf_from(privstr, strlen(privstr))) == NULL) in prepare_key()
|
/freebsd/crypto/openssh/regress/unittests/sshbuf/ |
H A D | test_sshbuf_fixed.c | 38 p1 = sshbuf_from(test_buf, sizeof(test_buf)); in sshbuf_fixed() 51 p1 = sshbuf_from(test_buf, sizeof(test_buf) - 1); in sshbuf_fixed()
|
H A D | test_sshbuf_misc.c | 168 p1 = sshbuf_from(msg, sizeof(msg) - 1); in sshbuf_misc_tests() 188 p1 = sshbuf_from(msg, sizeof(msg) - 1); in sshbuf_misc_tests()
|
/freebsd/crypto/openssh/ |
H A D | ssh-ecdsa-sk.c | 179 (chall = sshbuf_from(data, datalen)) == NULL) { in webauthn_check_prepare_hash() 264 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_ecdsa_sk_verify()
|
H A D | sshbuf.c | 111 sshbuf_from(const void *blob, size_t len) in sshbuf_from() function 149 if ((ret = sshbuf_from(sshbuf_ptr(buf), sshbuf_len(buf))) == NULL) in sshbuf_fromb()
|
H A D | ttymodes.c | 357 if ((buf = sshbuf_from(data, len)) == NULL) { in ssh_tty_parse_modes()
|
H A D | ssh-ed25519-sk.c | 155 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_ed25519_sk_verify()
|
H A D | ssh-ed25519.c | 225 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_ed25519_verify()
|
H A D | ssh-keysign.c | 82 if ((b = sshbuf_from(data, datalen)) == NULL) in valid_request()
|
H A D | sshbuf.h | 48 struct sshbuf *sshbuf_from(const void *blob, size_t len);
|
H A D | ssh-xmss.c | 301 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_xmss_verify()
|
H A D | ssh-ecdsa.c | 315 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_ecdsa_verify()
|
H A D | ssh-dss.c | 350 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_dss_verify()
|
H A D | sshbuf-getput-basic.c | 559 if ((ret = sshbuf_from(p, len)) == NULL) in sshbuf_froms()
|
H A D | ssh-rsa.c | 494 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_rsa_verify()
|
H A D | auth2-pubkey.c | 126 if ((pkbuf = sshbuf_from(pkblob, blen)) == NULL) in userauth_pubkey()
|
H A D | monitor.c | 1254 if ((b = sshbuf_from(data, datalen)) == NULL) in monitor_valid_userblob() 1335 if ((b = sshbuf_from(data, datalen)) == NULL) in monitor_valid_hostbasedblob()
|
H A D | ssh_namespace.h | 769 #define sshbuf_from Fssh_sshbuf_from macro
|
H A D | sshkey-xmss.c | 420 if ((enc = sshbuf_from(data, len)) == NULL) { in sshkey_xmss_get_state_from_file()
|
H A D | channels.c | 3172 if ((original = sshbuf_from(cp, have)) == NULL || in channel_proxy_downstream() 3199 if ((original = sshbuf_from(cp, have)) == NULL || in channel_proxy_downstream() 3224 if ((original = sshbuf_from(cp, have)) == NULL) { in channel_proxy_downstream()
|
H A D | sshkey.c | 1969 if ((b = sshbuf_from(blob, blen)) == NULL) in sshkey_from_blob() 2004 if ((b = sshbuf_from(sig, siglen)) == NULL) in sshkey_get_sigtype()
|