Lines Matching refs:sshbuf_ptr
682 if (timingsafe_bcmp(sshbuf_ptr(a->certblob), sshbuf_ptr(b->certblob),
831 memcpy(*blobp, sshbuf_ptr(b), len);
1304 if (fwrite(sshbuf_ptr(b), sshbuf_len(b), 1, f) != 1) {
1605 sshbuf_ptr(prvbuf), sshbuf_len(prvbuf), 0, 0)) != 0)
1870 sshbuf_ptr(key->cert->certblob), signed_len, NULL, 0, NULL)) != 0)
2255 if ((ret = signer(ca, &sig_blob, &sig_len, sshbuf_ptr(cert),
2846 sshbuf_ptr(encrypted), sshbuf_len(encrypted), 0, authlen)) != 0)
2894 cp = sshbuf_ptr(blob);
2929 if ((r = sshbuf_b64tod(decoded, (char *)sshbuf_ptr(encoded))) != 0)
2934 memcmp(sshbuf_ptr(decoded), AUTH_MAGIC, sizeof(AUTH_MAGIC))) {
3048 if ((r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(decoded),
3437 if (BIO_write(bio, sshbuf_ptr(blob), sshbuf_len(blob)) !=