Searched refs:asn1_oid (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dasn1.h59 struct asn1_oid { struct
66 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid);
67 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
69 void asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len);
H A Dx509v3.h21 struct asn1_oid oid;
51 struct asn1_oid rid; /* registeredID */
H A Dasn1.c85 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid)
129 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
149 void asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len)
H A Dpkcs5.c35 enum pkcs5_alg pkcs5_get_alg(struct asn1_oid *oid)
56 struct asn1_oid oid;
H A Dpkcs8.c30 struct asn1_oid oid;
H A Dx509v3.c303 struct asn1_oid oid;
721 static int x509_id_ce_oid(struct asn1_oid *oid)
1085 struct asn1_oid *oid,
1118 struct asn1_oid oid;
1419 static int x509_rsadsi_oid(struct asn1_oid *oid)
1429 static int x509_pkcs_oid(struct asn1_oid *oid)
1437 static int x509_digest_oid(struct asn1_oid *oid)
1445 static int x509_sha1_oid(struct asn1_oid *oid)
1457 static int x509_sha256_oid(struct asn1_oid *oid)
1595 struct asn1_oid oi
[all...]

Completed in 32 milliseconds