Searched refs:asn1_oid (Results 1 - 24 of 24) 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(struct asn1_oid *oid, char *buf, size_t len);
H A Dx509v3.h15 struct asn1_oid oid;
45 struct asn1_oid rid; /* registeredID */
H A Dasn1.c79 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)
H A Dpkcs5.c29 static enum pkcs5_alg pkcs5_get_alg(struct asn1_oid *oid)
50 struct asn1_oid oid;
H A Dpkcs8.c24 struct asn1_oid oid;
H A Dx509v3.c297 struct asn1_oid oid;
715 static int x509_id_ce_oid(struct asn1_oid *oid)
1079 struct asn1_oid *oid,
1112 struct asn1_oid oid;
1413 static int x509_rsadsi_oid(struct asn1_oid *oid)
1423 static int x509_pkcs_oid(struct asn1_oid *oid)
1431 static int x509_digest_oid(struct asn1_oid *oid)
1439 static int x509_sha1_oid(struct asn1_oid *oid)
1451 static int x509_sha256_oid(struct asn1_oid *oid)
1589 struct asn1_oid oi
[all...]
/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(struct asn1_oid *oid, char *buf, size_t len);
H A Dx509v3.h15 struct asn1_oid oid;
45 struct asn1_oid rid; /* registeredID */
H A Dasn1.c79 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)
H A Dpkcs5.c29 static enum pkcs5_alg pkcs5_get_alg(struct asn1_oid *oid)
50 struct asn1_oid oid;
H A Dpkcs8.c24 struct asn1_oid oid;
H A Dx509v3.c297 struct asn1_oid oid;
715 static int x509_id_ce_oid(struct asn1_oid *oid)
1079 struct asn1_oid *oid,
1112 struct asn1_oid oid;
1413 static int x509_rsadsi_oid(struct asn1_oid *oid)
1423 static int x509_pkcs_oid(struct asn1_oid *oid)
1431 static int x509_digest_oid(struct asn1_oid *oid)
1439 static int x509_sha1_oid(struct asn1_oid *oid)
1451 static int x509_sha256_oid(struct asn1_oid *oid)
1589 struct asn1_oid oi
[all...]
/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(struct asn1_oid *oid, char *buf, size_t len);
H A Dx509v3.h15 struct asn1_oid oid;
45 struct asn1_oid rid; /* registeredID */
H A Dasn1.c79 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)
H A Dpkcs5.c29 static enum pkcs5_alg pkcs5_get_alg(struct asn1_oid *oid)
50 struct asn1_oid oid;
H A Dpkcs8.c24 struct asn1_oid oid;
H A Dx509v3.c297 struct asn1_oid oid;
715 static int x509_id_ce_oid(struct asn1_oid *oid)
1079 struct asn1_oid *oid,
1112 struct asn1_oid oid;
1413 static int x509_rsadsi_oid(struct asn1_oid *oid)
1423 static int x509_pkcs_oid(struct asn1_oid *oid)
1431 static int x509_digest_oid(struct asn1_oid *oid)
1439 static int x509_sha1_oid(struct asn1_oid *oid)
1451 static int x509_sha256_oid(struct asn1_oid *oid)
1589 struct asn1_oid oi
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dasn1.h59 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);
H A Dasn1.c88 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
144 void asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len)
H A Dx509v3.h21 struct asn1_oid oid;
H A Dx509v3.c300 struct asn1_oid oid;
686 static int x509_id_ce_oid(struct asn1_oid *oid)
819 struct asn1_oid *oid,
849 struct asn1_oid oid;
1150 static int x509_rsadsi_oid(struct asn1_oid *oid)
1160 static int x509_pkcs_oid(struct asn1_oid *oid)
1168 static int x509_digest_oid(struct asn1_oid *oid)
1176 static int x509_sha1_oid(struct asn1_oid *oid)
1188 static int x509_sha256_oid(struct asn1_oid *oid)
1326 struct asn1_oid oi
[all...]
H A Dasn1_test.c47 struct asn1_oid oid;
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_internal.c445 struct asn1_oid oid;

Completed in 153 milliseconds