Searched refs:p_ (Results 1 – 2 of 2) sorted by relevance
23 return *p_; in peek_byte()31 int byte = *p_; in get_byte()32 p_++; in get_byte()41 p_ += num_skip; in skip_bytes()84 asn1_context* app_ctx = new asn1_context(p_, length); in asn1_constructed_get()114 return new asn1_context(p_, length); in asn1_sequence_get()125 return new asn1_context(p_, length); in asn1_set_get()143 *oid = p_; in asn1_oid_get()154 *octet_string = p_; in asn1_octet_string_get()
25 asn1_context(const uint8_t* buffer, size_t length) : p_(buffer), length_(length), app_type_(0) {} in asn1_context()51 const uint8_t* p_; variable