OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_len_len
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/bytestring/
cbb.c
167
if (cbb->child == NULL || cbb->
pending_len_len
== 0) {
171
child_start = cbb->offset + cbb->
pending_len_len
;
188
assert (cbb->
pending_len_len
== 1);
221
cbb->
pending_len_len
= len_len - 1;
224
for (i = cbb->
pending_len_len
- 1; i < cbb->
pending_len_len
; i--) {
234
cbb->
pending_len_len
= 0;
259
cbb->
pending_len_len
= len_len;
291
cbb->
pending_len_len
= 1;
/external/chromium_org/third_party/boringssl/src/include/openssl/
bytestring.h
192
/*
pending_len_len
contains the number of bytes in a pending length-prefix,
194
uint8_t
pending_len_len
;
member in struct:cbb_st
Completed in 26 milliseconds