Searched refs:CBS_get_u24 (Results 1 – 5 of 5) sorted by relevance
481 !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()
647 if (!CBS_get_u24(&cipher_specs, &cipher_spec)) { in read_v2_client_hello()
92 OPENSSL_EXPORT int CBS_get_u24(CBS *cbs, uint32_t *out);
57 CBS_get_u24(&data, &u32) && in TestGetUint()85 CBS_get_u24(&prefixed, &u32) && in TestGetPrefixed()
123 int CBS_get_u24(CBS *cbs, uint32_t *out) { in CBS_get_u24() function