Home
last modified time | relevance | path

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

/bootable/recovery/
Dasn1_decoder.cpp62 static inline int get_byte(asn1_context_t* ctx) { in get_byte() function
82 int num_octets = get_byte(ctx); in decode_length()
96 int byte = get_byte(ctx); in decode_length()
111 int type = get_byte(ctx); in asn1_constructed_get()
142 if ((get_byte(ctx) & kMaskTag) != kTagSequence) { in asn1_sequence_get()
153 if ((get_byte(ctx) & kMaskTag) != kTagSet) { in asn1_set_get()
165 if (get_byte(ctx) == -1 || !decode_length(ctx, &length) || !skip_bytes(ctx, length)) { in asn1_sequence_next()
172 if (get_byte(ctx) != kTagOid) { in asn1_oid_get()
183 if (get_byte(ctx) != kTagOctetString) { in asn1_octet_string_get()