Searched refs:skip_bytes (Results 1 – 2 of 2) sorted by relevance
37 bool asn1_context::skip_bytes(size_t num_skip) { in skip_bytes() function in asn1_context92 skip_bytes(1); in asn1_constructed_skip_all()94 if (!decode_length(&length) || !skip_bytes(length)) { in asn1_constructed_skip_all()130 if (get_byte() == -1 || !decode_length(&length) || !skip_bytes(length)) { in asn1_sequence_next()
48 bool skip_bytes(size_t num_skip);