HomeSort by relevance Sort by last modified time
    Searched defs:asn1_oid (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
asn1.h 59 struct asn1_oid { struct
66 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
68 void asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len);
  /external/wpa_supplicant_8/src/tls/
asn1.h 53 struct asn1_oid { struct
60 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid);
61 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
63 void asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len);

Completed in 39 milliseconds