Searched refs:get_byte (Results 1 – 2 of 2) sorted by relevance
26 int asn1_context::get_byte() { in get_byte() function in asn1_context47 int num_octets = get_byte(); in decode_length()61 int byte = get_byte(); in decode_length()76 int type = get_byte(); in asn1_constructed_get()107 if ((get_byte() & kMaskTag) != kTagSequence) { in asn1_sequence_get()118 if ((get_byte() & kMaskTag) != kTagSet) { in asn1_set_get()130 if (get_byte() == -1 || !decode_length(&length) || !skip_bytes(length)) { in asn1_sequence_next()137 if (get_byte() != kTagOid) { in asn1_oid_get()148 if (get_byte() != kTagOctetString) { in asn1_octet_string_get()
47 int get_byte();