Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dasn1.h53 struct asn1_oid { struct
60 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid); argument
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);
Dasn1.c79 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) in asn1_parse_oid()
123 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid()
143 void asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len) in asn1_oid_to_str()
Dx509v3.h15 struct asn1_oid oid;
45 struct asn1_oid rid; /* registeredID */
Dx509v3.c298 struct asn1_oid oid; in x509_parse_name()
645 static int x509_id_ce_oid(struct asn1_oid *oid) in x509_id_ce_oid()
1009 struct asn1_oid *oid, in x509_parse_extension_data()
1042 struct asn1_oid oid; in x509_parse_extension()
1343 static int x509_rsadsi_oid(struct asn1_oid *oid) in x509_rsadsi_oid()
1353 static int x509_pkcs_oid(struct asn1_oid *oid) in x509_pkcs_oid()
1361 static int x509_digest_oid(struct asn1_oid *oid) in x509_digest_oid()
1368 static int x509_sha1_oid(struct asn1_oid *oid) in x509_sha1_oid()
1379 static int x509_sha2_oid(struct asn1_oid *oid) in x509_sha2_oid()
1393 static int x509_sha256_oid(struct asn1_oid *oid) in x509_sha256_oid()
[all …]
Dpkcs5.c30 static enum pkcs5_alg pkcs5_get_alg(struct asn1_oid *oid) in pkcs5_get_alg()
51 struct asn1_oid oid; in pkcs5_get_params()
Dpkcs8.c23 struct asn1_oid oid; in pkcs8_key_import()