HomeSort by relevance Sort by last modified time
    Searched refs:pending_len_len (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/bytestring/
cbb.c 192 if (cbb->child == NULL || cbb->child->pending_len_len == 0) {
196 child_start = cbb->child->offset + cbb->child->pending_len_len;
213 assert (cbb->child->pending_len_len == 1);
246 cbb->child->pending_len_len = len_len - 1;
249 for (i = cbb->child->pending_len_len - 1; i < cbb->child->pending_len_len;
266 return cbb->base->buf + cbb->offset + cbb->pending_len_len;
271 assert(cbb->offset + cbb->pending_len_len <= cbb->base->len);
273 return cbb->base->len - cbb->offset - cbb->pending_len_len;
294 cbb->child->pending_len_len = len_len
    [all...]
  /external/boringssl/src/include/openssl/
bytestring.h 246 /* pending_len_len contains the number of bytes in this |CBB|'s pending
248 uint8_t pending_len_len; member in struct:cbb_st

Completed in 44 milliseconds