Searched refs:sshbuf_from (Results 1 – 21 of 21) sorted by relevance
| /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 | 277 if ((b = sshbuf_from(privstr, strlen(privstr))) == NULL) in prepare_key()
|
| /freebsd/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_fixed.c | 36 p1 = sshbuf_from(test_buf, sizeof(test_buf)); in sshbuf_fixed() 49 p1 = sshbuf_from(test_buf, sizeof(test_buf) - 1); in sshbuf_fixed()
|
| H A D | test_sshbuf_misc.c | 200 p1 = sshbuf_from(msg, sizeof(msg) - 1); in test_sshbuf_cmp() 229 p1 = sshbuf_from(msg, sizeof(msg) - 1); in test_sshbuf_find()
|
| /freebsd/crypto/openssh/ |
| H A D | sshbuf.c | 112 sshbuf_from(const void *blob, size_t len) in sshbuf_from() function 151 if ((ret = sshbuf_from(sshbuf_ptr(buf), sshbuf_len(buf))) == NULL) in sshbuf_fromb()
|
| H A D | ssh-ecdsa-sk.c | 179 (chall = sshbuf_from(data, datalen)) == NULL) { in webauthn_check_prepare_hash() 266 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_ecdsa_sk_verify()
|
| H A D | ttymodes.c | 356 if ((buf = sshbuf_from(data, len)) == NULL) { in ssh_tty_parse_modes()
|
| H A D | ssh-ed25519-sk.c | 153 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_ed25519_sk_verify()
|
| H A D | ssh-keysign.c | 80 if ((b = sshbuf_from(data, datalen)) == NULL) in valid_request()
|
| H A D | ssh-ed25519.c | 247 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_ed25519_verify()
|
| H A D | sshbuf.h | 50 struct sshbuf *sshbuf_from(const void *blob, size_t len);
|
| H A D | ssh-ecdsa.c | 429 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_ecdsa_verify()
|
| H A D | ssh-rsa.c | 512 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_rsa_verify()
|
| H A D | sshbuf-getput-basic.c | 557 if ((ret = sshbuf_from(p, len)) == NULL) in sshbuf_froms()
|
| H A D | auth2-pubkey.c | 126 if ((pkbuf = sshbuf_from(pkblob, blen)) == NULL) in userauth_pubkey()
|
| H A D | monitor.c | 1410 if ((b = sshbuf_from(data, datalen)) == NULL) in monitor_valid_userblob() 1491 if ((b = sshbuf_from(data, datalen)) == NULL) in monitor_valid_hostbasedblob()
|
| H A D | ssh_namespace.h | 786 #define sshbuf_from Fssh_sshbuf_from macro
|
| H A D | sshkey.c | 2063 if ((b = sshbuf_from(blob, blen)) == NULL) in sshkey_from_blob() 2098 if ((b = sshbuf_from(sig, siglen)) == NULL) in sshkey_get_sigtype()
|
| H A D | channels.c | 3244 if ((original = sshbuf_from(cp, have)) == NULL || in channel_proxy_downstream() 3271 if ((original = sshbuf_from(cp, have)) == NULL || in channel_proxy_downstream() 3296 if ((original = sshbuf_from(cp, have)) == NULL) { in channel_proxy_downstream()
|