Home
last modified time | relevance | path

Searched refs:skip_bytes (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/install/
Dasn1_decoder.cpp37 bool asn1_context::skip_bytes(size_t num_skip) { in skip_bytes() function in asn1_context
92 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()
/bootable/recovery/install/include/private/
Dasn1_decoder.h48 bool skip_bytes(size_t num_skip);