Home
last modified time | relevance | path

Searched refs:sshbuf_from (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c39 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 Dsshbuf.c88 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 Dssh-ed25519.c114 if ((b = sshbuf_from(signature, signaturelen)) == NULL) in ssh_ed25519_verify()
H A Dssh-ecdsa.c137 if ((b = sshbuf_from(signature, signaturelen)) == NULL) in ssh_ecdsa_verify()
H A Dssh-dss.c140 if ((b = sshbuf_from(signature, signaturelen)) == NULL) in ssh_dss_verify()
H A Dssh-xmss.c138 if ((b = sshbuf_from(signature, signaturelen)) == NULL) in ssh_xmss_verify()
H A Dttymodes.c357 if ((buf = sshbuf_from(data, len)) == NULL) { in ssh_tty_parse_modes()
H A Dssh-keysign.c81 if ((b = sshbuf_from(data, datalen)) == NULL) in valid_request()
H A Dsshbuf.h63 struct sshbuf *sshbuf_from(const void *blob, size_t len);
H A Dssh-rsa.c264 if ((b = sshbuf_from(sig, siglen)) == NULL) in ssh_rsa_verify()
H A Dsshbuf-getput-basic.c391 if ((ret = sshbuf_from(p, len)) == NULL) in sshbuf_froms()
H A Dssh_namespace.h656 #define sshbuf_from Fssh_sshbuf_from macro
H A Dsshkey-xmss.c418 if ((enc = sshbuf_from(data, len)) == NULL) { in sshkey_xmss_get_state_from_file()
H A Dchannels.c2709 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 Dsshkey.c2269 if ((b = sshbuf_from(blob, blen)) == NULL) in sshkey_from_blob()
2304 if ((b = sshbuf_from(sig, siglen)) == NULL) in get_sigtype()
H A Dssh-keygen.c457 if ((b = sshbuf_from(blob, blen)) == NULL) in do_convert_private_ssh2_from_blob()