Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bytestring/
Dcbb.c200 size_t child_start, i, len; in CBB_flush() local
213 child_start = cbb->child->offset + cbb->child->pending_len_len; in CBB_flush()
216 child_start < cbb->child->offset || in CBB_flush()
217 cbb->base->len < child_start) { in CBB_flush()
221 len = cbb->base->len - child_start; in CBB_flush()
259 OPENSSL_memmove(cbb->base->buf + child_start + extra_bytes, in CBB_flush()
260 cbb->base->buf + child_start, len); in CBB_flush()