Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bytestring/
Dcbb.c31 static int cbb_init(CBB *cbb, uint8_t *buf, size_t cap) { in cbb_init() function
59 if (!cbb_init(cbb, buf, initial_capacity)) { in CBB_init()
70 if (!cbb_init(cbb, buf, len)) { in CBB_init_fixed()