Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bytestring/
Dcbb.c186 size_t child_start, i, len; in CBB_flush() local
196 child_start = cbb->child->offset + cbb->child->pending_len_len; in CBB_flush()
199 child_start < cbb->child->offset || in CBB_flush()
200 cbb->base->len < child_start) { in CBB_flush()
204 len = cbb->base->len - child_start; in CBB_flush()
242 memmove(cbb->base->buf + child_start + extra_bytes, in CBB_flush()
243 cbb->base->buf + child_start, len); in CBB_flush()