HomeSort by: relevance | last modified time | path
    Searched defs:asn1_hdr (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/tls/
asn1.h 49 struct asn1_hdr { struct
62 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr);
63 void asn1_print_hdr(const struct asn1_hdr *hdr, const char *title);
64 void asn1_unexpected(const struct asn1_hdr *hdr, const char *title);
72 int asn1_get_sequence(const u8 *buf, size_t len, struct asn1_hdr *hdr,
88 static inline bool asn1_is_oid(const struct asn1_hdr *hdr)
94 static inline bool asn1_is_boolean(const struct asn1_hdr *hdr)
100 static inline bool asn1_is_integer(const struct asn1_hdr *hdr)
106 static inline bool asn1_is_enumerated(const struct asn1_hdr *hdr)
112 static inline bool asn1_is_sequence(const struct asn1_hdr *hdr
    [all...]

Completed in 20 milliseconds