Searched refs:cbs_get_u (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/crypto/libressl/crypto/bytestring/ |
H A D | bs_cbs.c | 147 cbs_get_u(CBS *cbs, uint32_t *out, size_t len) in cbs_get_u() function 184 if (!cbs_get_u(cbs, &v, 2)) in CBS_get_u16() 194 return cbs_get_u(cbs, out, 3); in CBS_get_u24() 200 return cbs_get_u(cbs, out, 4); in CBS_get_u32() 248 if (!cbs_get_u(cbs, &len, len_len)) in cbs_get_length_prefixed() 417 if (!cbs_get_u(&header, &len32, num_bytes)) in cbs_get_any_asn1_element_internal()
|
/dflybsd-src/crypto/libressl/ssl/ |
H A D | bs_cbs.c | 147 cbs_get_u(CBS *cbs, uint32_t *out, size_t len) in cbs_get_u() function 184 if (!cbs_get_u(cbs, &v, 2)) in CBS_get_u16() 194 return cbs_get_u(cbs, out, 3); in CBS_get_u24() 200 return cbs_get_u(cbs, out, 4); in CBS_get_u32() 248 if (!cbs_get_u(cbs, &len, len_len)) in cbs_get_length_prefixed() 417 if (!cbs_get_u(&header, &len32, num_bytes)) in cbs_get_any_asn1_element_internal()
|