Searched refs:sshbuf_from (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_fixed.c | 39 p1 = sshbuf_from(test_buf, sizeof(test_buf)); in sshbuf_fixed() 52 p1 = sshbuf_from(test_buf, sizeof(test_buf) - 1); in sshbuf_fixed()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | sshbuf.c | 88 sshbuf_from(const void *blob, size_t len) in sshbuf_from() function 124 if ((ret = sshbuf_from(sshbuf_ptr(buf), sshbuf_len(buf))) == NULL) in sshbuf_fromb()
|
| H A D | ssh-ed25519.c | 114 if ((b = sshbuf_from(signature, signaturelen)) == NULL) in ssh_ed25519_verify()
|
| H A D | ssh-ecdsa.c | 137 if ((b = sshbuf_from(signature, signaturelen)) == NULL) in ssh_ecdsa_verify()
|
| H A D | ssh-dss.c | 140 if ((b = sshbuf_from(signature, signaturelen)) == NULL) in ssh_dss_verify()
|
| H A D | ssh-xmss.c | 138 if ((b = sshbuf_from(signature, signaturelen)) == NULL) in ssh_xmss_verify()
|
| H A D | ttymodes.c | 357 if ((buf = sshbuf_from(data, len)) == NULL) { in ssh_tty_parse_modes()
|
| H A D | ssh-keysign.c | 81 if ((b = sshbuf_from(data, datalen)) == NULL) in valid_request()
|
| H A D | sshbuf.h | 63 struct sshbuf *sshbuf_from(const void *blob, size_t len);
|
| H A D | ssh-rsa.c | 264 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_rsa_verify()
|
| H A D | sshbuf-getput-basic.c | 391 if ((ret = sshbuf_from(p, len)) == NULL) in sshbuf_froms()
|
| H A D | ssh_namespace.h | 656 #define sshbuf_from Fssh_sshbuf_from macro
|
| H A D | sshkey-xmss.c | 418 if ((enc = sshbuf_from(data, len)) == NULL) { in sshkey_xmss_get_state_from_file()
|
| H A D | channels.c | 2709 if ((original = sshbuf_from(cp, have)) == NULL || 2736 if ((original = sshbuf_from(cp, have)) == NULL || 2761 if ((original = sshbuf_from(cp, have)) == NULL) {
|
| H A D | sshkey.c | 2269 if ((b = sshbuf_from(blob, blen)) == NULL) in sshkey_from_blob() 2304 if ((b = sshbuf_from(sig, siglen)) == NULL) in get_sigtype()
|
| H A D | ssh-keygen.c | 457 if ((b = sshbuf_from(blob, blen)) == NULL) in do_convert_private_ssh2_from_blob()
|