CBB_init_fixed
if (!CBB_init_fixed(&cbb, ascii_dump, sizeof(ascii_dump)))
if (!CBB_init_fixed(&cbb, d, out_len))
int CBB_init_fixed(CBB *cbb, uint8_t *buf, size_t len);
if (!CBB_init_fixed(&cbb, buf, len))
if (!CBB_init_fixed(&cbb, cpx->nonce, sizeof(cpx->nonce)))
if (!CBB_init_fixed(&cbb, out_key, out_len))
if (!CBB_init_fixed(&cbb, out_encoded_public_key,
if (!CBB_init_fixed(&cbb, to, tlen))
if (!CBB_init_fixed(&cbb, to, tlen))
int CBB_init_fixed(CBB *cbb, uint8_t *buf, size_t len);
if (!CBB_init_fixed(&cbb, p, DTLS1_HM_HEADER_LENGTH))
if (!CBB_init_fixed(&cbb, wb->buf, wb->len))
if (!CBB_init_fixed(&cbb, s->init_buf->data,
if (!CBB_init_fixed(&cbb, wb->buf + align, wb->len - align))
if (!CBB_init_fixed(&cbb, group, sizeof(group)))
if (!CBB_init_fixed(&cbb, s->init_buf->data,
if (!CBB_init_fixed(&cbb, rp->aead_nonce, rp->aead_nonce_len))
if (!CBB_init_fixed(&cbb, rp->aead_nonce, rp->aead_nonce_len))
if (!CBB_init_fixed(&cbb, s->s3->rbuf.buf,
if (!CBB_init_fixed(&seed_cbb, seed, sizeof(seed)))
CHECK(CBB_init_fixed(&cbb, buf, buf_len));
CHECK(CBB_init_fixed(&cbb, NULL, 0));
CHECK(CBB_init_fixed(&cbb, buf, 1));
CHECK_GOTO(CBB_init_fixed(&cbb, buf, buflen));
CHECK_GOTO(CBB_init_fixed(&cbb, buf, buflen));