Lines Matching refs:sshbuf_ptr
818 if (timingsafe_bcmp(sshbuf_ptr(a->certblob), sshbuf_ptr(b->certblob),
967 memcpy(*blobp, sshbuf_ptr(b), len);
1440 if (fwrite(sshbuf_ptr(b), sshbuf_len(b), 1, f) != 1) {
1710 sshbuf_ptr(prvbuf), sshbuf_len(prvbuf), 0, 0)) != 0)
1975 sshbuf_ptr(key->cert->certblob), signed_len, NULL, 0, NULL)) != 0)
2360 if ((ret = signer(ca, &sig_blob, &sig_len, sshbuf_ptr(cert),
2938 sshbuf_ptr(encrypted), sshbuf_len(encrypted), 0, authlen)) != 0)
2986 cp = sshbuf_ptr(blob);
3021 if ((r = sshbuf_b64tod(decoded, (char *)sshbuf_ptr(encoded))) != 0)
3026 memcmp(sshbuf_ptr(decoded), AUTH_MAGIC, sizeof(AUTH_MAGIC))) {
3140 if ((r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(decoded),
3537 if (BIO_write(bio, sshbuf_ptr(blob), sshbuf_len(blob)) !=