Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dd1_both.c481 !CBS_get_u24(cbs, &out_hdr->msg_len) || in dtls1_parse_fragment()
483 !CBS_get_u24(cbs, &out_hdr->frag_off) || in dtls1_parse_fragment()
484 !CBS_get_u24(cbs, &out_hdr->frag_len) || in dtls1_parse_fragment()
Ds3_both.c647 if (!CBS_get_u24(&cipher_specs, &cipher_spec)) { in read_v2_client_hello()
/external/boringssl/src/include/openssl/
Dbytestring.h92 OPENSSL_EXPORT int CBS_get_u24(CBS *cbs, uint32_t *out);
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc57 CBS_get_u24(&data, &u32) && in TestGetUint()
85 CBS_get_u24(&prefixed, &u32) && in TestGetPrefixed()
Dcbs.c123 int CBS_get_u24(CBS *cbs, uint32_t *out) { in CBS_get_u24() function