Home | History | Annotate | Download | only in tls

Lines Matching refs:u8

25 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr)
27 const u8 *pos, *end;
28 u8 tmp;
90 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid)
92 const u8 *pos, *end;
94 u8 tmp;
134 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
135 const u8 **next)
177 static u8 rotate_bits(u8 octet)
180 u8 res;
194 unsigned long asn1_bit_string_to_long(const u8 *buf, size_t len)
197 const u8 *pos = buf;