Searched refs:CBB_init_fixed (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/lib/libcrypto/rsa/
H A Drsa_pk1.c91 if (!CBB_init_fixed(&cbb, to, tlen))
201 if (!CBB_init_fixed(&cbb, to, tlen))
/openbsd-current/lib/libcrypto/bio/
H A Db_dump.c146 if (!CBB_init_fixed(&cbb, ascii_dump, sizeof(ascii_dump)))
/openbsd-current/lib/libcrypto/hkdf/
H A Dhkdf.c85 if (!CBB_init_fixed(&cbb, out_key, out_len))
/openbsd-current/regress/lib/libssl/unit/
H A Dcipher_list.c110 CHECK_GOTO(CBB_init_fixed(&cbb, buf, buflen));
145 CHECK_GOTO(CBB_init_fixed(&cbb, buf, buflen));
/openbsd-current/lib/libcrypto/bytestring/
H A Dbytestring.h403 * CBB_init_fixed initialises |cbb| to write to |len| bytes at |buf|. Since
407 int CBB_init_fixed(CBB *cbb, uint8_t *buf, size_t len);
420 * |CBB_init_fixed|, must call |free| when done.
423 * |CBB_init| or |CBB_init_fixed|. It returns one on success and zero on
H A Dbs_cbb.c67 CBB_init_fixed(CBB *cbb, uint8_t *buf, size_t len) function
/openbsd-current/lib/libssl/
H A Dbytestring.h403 * CBB_init_fixed initialises |cbb| to write to |len| bytes at |buf|. Since
407 int CBB_init_fixed(CBB *cbb, uint8_t *buf, size_t len);
420 * |CBB_init_fixed|, must call |free| when done.
423 * |CBB_init| or |CBB_init_fixed|. It returns one on success and zero on
H A Dssl_seclevel.c455 if (!CBB_init_fixed(&cbb, group, sizeof(group)))
H A Dbs_cbb.c67 CBB_init_fixed(CBB *cbb, uint8_t *buf, size_t len) function
H A Dtls13_legacy.c335 if (!CBB_init_fixed(&cbb, s->s3->rbuf.buf,
H A Dtls12_record_layer.c777 if (!CBB_init_fixed(&cbb, rp->aead_nonce, rp->aead_nonce_len))
815 if (!CBB_init_fixed(&cbb, rp->aead_nonce, rp->aead_nonce_len))
H A Dd1_both.c1127 if (!CBB_init_fixed(&cbb, p, DTLS1_HM_HEADER_LENGTH))
H A Dd1_pkt.c1015 if (!CBB_init_fixed(&cbb, wb->buf, wb->len))
H A Dssl_pkt.c593 if (!CBB_init_fixed(&cbb, wb->buf + align, wb->len - align))
H A Dssl_clnt.c2329 if (!CBB_init_fixed(&cbb, s->init_buf->data,
H A Dssl_srvr.c2366 if (!CBB_init_fixed(&cbb, s->init_buf->data,
/openbsd-current/regress/lib/libssl/bytestring/
H A Dbytestringtest.c372 CHECK(CBB_init_fixed(&cbb, buf, buf_len));
399 CHECK(CBB_init_fixed(&cbb, NULL, 0));
404 CHECK(CBB_init_fixed(&cbb, buf, 1));
/openbsd-current/lib/libcrypto/evp/
H A De_chacha20poly1305.c414 if (!CBB_init_fixed(&cbb, cpx->nonce, sizeof(cpx->nonce)))
/openbsd-current/lib/libcrypto/bn/
H A Dbn_convert.c710 if (!CBB_init_fixed(&cbb, d, out_len))

Completed in 126 milliseconds