Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbs.c196 static int cbs_get_length_prefixed(CBS *cbs, CBS *out, size_t len_len) { in cbs_get_length_prefixed() function
208 return cbs_get_length_prefixed(cbs, out, 1); in CBS_get_u8_length_prefixed()
212 return cbs_get_length_prefixed(cbs, out, 2); in CBS_get_u16_length_prefixed()
216 return cbs_get_length_prefixed(cbs, out, 3); in CBS_get_u24_length_prefixed()
/external/boringssl/src/crypto/bytestring/
Dcbs.cc184 static int cbs_get_length_prefixed(CBS *cbs, CBS *out, size_t len_len) { in cbs_get_length_prefixed() function
196 return cbs_get_length_prefixed(cbs, out, 1); in CBS_get_u8_length_prefixed()
200 return cbs_get_length_prefixed(cbs, out, 2); in CBS_get_u16_length_prefixed()
204 return cbs_get_length_prefixed(cbs, out, 3); in CBS_get_u24_length_prefixed()
/external/cronet/tot/third_party/boringssl/src/crypto/bytestring/
Dcbs.cc184 static int cbs_get_length_prefixed(CBS *cbs, CBS *out, size_t len_len) { in cbs_get_length_prefixed() function
196 return cbs_get_length_prefixed(cbs, out, 1); in CBS_get_u8_length_prefixed()
200 return cbs_get_length_prefixed(cbs, out, 2); in CBS_get_u16_length_prefixed()
204 return cbs_get_length_prefixed(cbs, out, 3); in CBS_get_u24_length_prefixed()
/external/cronet/stable/third_party/boringssl/src/crypto/bytestring/
Dcbs.cc184 static int cbs_get_length_prefixed(CBS *cbs, CBS *out, size_t len_len) { in cbs_get_length_prefixed() function
196 return cbs_get_length_prefixed(cbs, out, 1); in CBS_get_u8_length_prefixed()
200 return cbs_get_length_prefixed(cbs, out, 2); in CBS_get_u16_length_prefixed()
204 return cbs_get_length_prefixed(cbs, out, 3); in CBS_get_u24_length_prefixed()