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

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dasn1.h53 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(const struct asn1_oid *oid, char *buf, size_t len);
65 int asn1_oid_equal(const struct asn1_oid *a, const struct asn1_oid *b);
67 extern struct asn1_oid asn1_sha1_oid;
68 extern struct asn1_oid asn1_sha256_oid;
/external/wpa_supplicant_8/src/tls/
H A Dasn1.h53 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(const struct asn1_oid *oid, char *buf, size_t len);
65 int asn1_oid_equal(const struct asn1_oid *a, const struct asn1_oid *b);
67 extern struct asn1_oid asn1_sha1_oid;
68 extern struct asn1_oid asn1_sha256_oid;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dasn1.h53 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(const struct asn1_oid *oid, char *buf, size_t len);
65 int asn1_oid_equal(const struct asn1_oid *a, const struct asn1_oid *b);
67 extern struct asn1_oid asn1_sha1_oid;
68 extern struct asn1_oid asn1_sha256_oid;

Completed in 79 milliseconds