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

  /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);
x509v3.h 15 struct asn1_oid oid;
45 struct asn1_oid rid; /* registeredID */
asn1.c 79 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid)
123 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
143 void asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len)
pkcs5.c 29 static enum pkcs5_alg pkcs5_get_alg(struct asn1_oid *oid)
50 struct asn1_oid oid;
x509v3.c 297 struct asn1_oid oid;
714 static int x509_id_ce_oid(struct asn1_oid *oid)
1078 struct asn1_oid *oid,
1111 struct asn1_oid oid;
    [all...]
pkcs8.c 24 struct asn1_oid oid;

Completed in 28 milliseconds