Searched defs:asn1_oid (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dasn1.h55 struct asn1_oid { struct
62 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid);
63 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
65 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len);
67 int asn1_oid_equal(const struct asn1_oid *a, const struct asn1_oid *b);
69 extern struct asn1_oid asn1_sha1_oid;
70 extern struct asn1_oid asn1_sha256_oid;
/external/wpa_supplicant_8/src/tls/
H A Dasn1.h55 struct asn1_oid { struct
62 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid);
63 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
65 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len);
67 int asn1_oid_equal(const struct asn1_oid *a, const struct asn1_oid *b);
69 extern struct asn1_oid asn1_sha1_oid;
70 extern struct asn1_oid asn1_sha256_oid;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dasn1.h55 struct asn1_oid { struct
62 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid);
63 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
65 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len);
67 int asn1_oid_equal(const struct asn1_oid *a, const struct asn1_oid *b);
69 extern struct asn1_oid asn1_sha1_oid;
70 extern struct asn1_oid asn1_sha256_oid;

Completed in 483 milliseconds