Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbs.c90 static int cbs_get_u(CBS *cbs, uint64_t *out, size_t len) { in cbs_get_u() function
116 if (!cbs_get_u(cbs, &v, 2)) { in CBS_get_u16()
133 if (!cbs_get_u(cbs, &v, 3)) { in CBS_get_u24()
142 if (!cbs_get_u(cbs, &v, 4)) { in CBS_get_u32()
158 return cbs_get_u(cbs, out, 8); in CBS_get_u64()
162 if (!cbs_get_u(cbs, out, 8)) { in CBS_get_u64le()
198 if (!cbs_get_u(cbs, &len, len_len)) { in cbs_get_length_prefixed()
345 if (!cbs_get_u(&header, &len64, num_bytes)) { in cbs_get_any_asn1_element()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbs.c90 static int cbs_get_u(CBS *cbs, uint64_t *out, size_t len) { in cbs_get_u() function
116 if (!cbs_get_u(cbs, &v, 2)) { in CBS_get_u16()
133 if (!cbs_get_u(cbs, &v, 3)) { in CBS_get_u24()
142 if (!cbs_get_u(cbs, &v, 4)) { in CBS_get_u32()
158 return cbs_get_u(cbs, out, 8); in CBS_get_u64()
162 if (!cbs_get_u(cbs, out, 8)) { in CBS_get_u64le()
198 if (!cbs_get_u(cbs, &len, len_len)) { in cbs_get_length_prefixed()
345 if (!cbs_get_u(&header, &len64, num_bytes)) { in cbs_get_any_asn1_element()
/aosp_15_r20/external/boringssl/src/crypto/bytestring/
H A Dcbs.c80 static int cbs_get_u(CBS *cbs, uint64_t *out, size_t len) { in cbs_get_u() function
106 if (!cbs_get_u(cbs, &v, 2)) { in CBS_get_u16()
123 if (!cbs_get_u(cbs, &v, 3)) { in CBS_get_u24()
132 if (!cbs_get_u(cbs, &v, 4)) { in CBS_get_u32()
148 return cbs_get_u(cbs, out, 8); in CBS_get_u64()
152 if (!cbs_get_u(cbs, out, 8)) { in CBS_get_u64le()
188 if (!cbs_get_u(cbs, &len, len_len)) { in cbs_get_length_prefixed()
371 if (!cbs_get_u(&header, &len64, num_bytes)) { in cbs_get_any_asn1_element()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/bytestring/
H A Dcbs.c80 static int cbs_get_u(CBS *cbs, uint64_t *out, size_t len) { in cbs_get_u() function
106 if (!cbs_get_u(cbs, &v, 2)) { in CBS_get_u16()
123 if (!cbs_get_u(cbs, &v, 3)) { in CBS_get_u24()
132 if (!cbs_get_u(cbs, &v, 4)) { in CBS_get_u32()
148 return cbs_get_u(cbs, out, 8); in CBS_get_u64()
152 if (!cbs_get_u(cbs, out, 8)) { in CBS_get_u64le()
188 if (!cbs_get_u(cbs, &len, len_len)) { in cbs_get_length_prefixed()
371 if (!cbs_get_u(&header, &len64, num_bytes)) { in cbs_get_any_asn1_element()