Home
last modified time | relevance | path

Searched refs:asn1_hdr (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dasn1.h49 struct asn1_hdr { struct
62 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr); argument
63 void asn1_print_hdr(const struct asn1_hdr *hdr, const char *title);
64 void asn1_unexpected(const struct asn1_hdr *hdr, const char *title);
72 int asn1_get_sequence(const u8 *buf, size_t len, struct asn1_hdr *hdr,
88 static inline bool asn1_is_oid(const struct asn1_hdr *hdr) in asn1_is_oid()
94 static inline bool asn1_is_boolean(const struct asn1_hdr *hdr) in asn1_is_boolean()
100 static inline bool asn1_is_integer(const struct asn1_hdr *hdr) in asn1_is_integer()
106 static inline bool asn1_is_enumerated(const struct asn1_hdr *hdr) in asn1_is_enumerated()
112 static inline bool asn1_is_sequence(const struct asn1_hdr *hdr) in asn1_is_sequence()
[all …]
Dasn1.c106 static int asn1_valid_der_boolean(struct asn1_hdr *hdr) in asn1_valid_der_boolean()
126 static int asn1_valid_der(struct asn1_hdr *hdr) in asn1_valid_der()
171 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) in asn1_get_next()
276 void asn1_print_hdr(const struct asn1_hdr *hdr, const char *title) in asn1_print_hdr()
283 void asn1_unexpected(const struct asn1_hdr *hdr, const char *title) in asn1_unexpected()
337 struct asn1_hdr hdr; in asn1_get_oid()
435 struct asn1_hdr hdr; in asn1_get_integer()
466 int asn1_get_sequence(const u8 *buf, size_t len, struct asn1_hdr *hdr, in asn1_get_sequence()
484 struct asn1_hdr hdr; in asn1_get_alg_id()
Dtlsv1_cred.c446 struct asn1_hdr hdr; in pkcs12_certbag()
517 struct asn1_hdr hdr; in pkcs12_parse_attr_friendly_name()
542 struct asn1_hdr hdr; in pkcs12_parse_attr_local_key_id()
568 struct asn1_hdr hdr; in pkcs12_parse_attr()
609 struct asn1_hdr hdr; in pkcs12_safebag()
682 struct asn1_hdr hdr; in pkcs12_safecontents()
722 struct asn1_hdr hdr; in pkcs12_parse_content_data()
741 struct asn1_hdr hdr; in pkcs12_parse_content_enc_data()
851 struct asn1_hdr hdr; in pkcs12_parse_content()
887 struct asn1_hdr hdr; in pkcs12_parse()
[all …]
Dpkcs8.c21 struct asn1_hdr hdr; in pkcs8_key_import()
113 struct asn1_hdr hdr; in pkcs8_enc_key_import()
Dx509v3.c185 struct asn1_hdr hdr; in x509_parse_algorithm_identifier()
220 struct asn1_hdr hdr; in x509_parse_public_key()
288 struct asn1_hdr hdr; in x509_parse_name()
693 struct asn1_hdr hdr; in x509_parse_validity()
772 struct asn1_hdr hdr; in x509_parse_ext_key_usage()
805 struct asn1_hdr hdr; in x509_parse_ext_basic_constraints()
978 struct asn1_hdr hdr; in x509_parse_ext_alt_name()
1056 struct asn1_hdr hdr; in x509_parse_ext_subject_alt_name()
1080 struct asn1_hdr hdr; in x509_parse_ext_issuer_alt_name()
1153 struct asn1_hdr hdr; in x509_parse_ext_certificate_policies()
[all …]
Drsa.c34 struct asn1_hdr hdr; in crypto_rsa_parse_integer()
64 struct asn1_hdr hdr; in crypto_rsa_import_public_key()
148 struct asn1_hdr hdr; in crypto_rsa_import_private_key()
Dtlsv1_client_ocsp.c116 struct asn1_hdr hdr; in tls_process_ocsp_single_response()
316 struct asn1_hdr hdr; in tls_process_ocsp_responses()
348 struct asn1_hdr hdr; in tls_process_basic_ocsp_response()
651 struct asn1_hdr hdr; in tls_process_ocsp_response()
Dpkcs1.c209 struct asn1_hdr hdr; in pkcs1_v15_sig_ver()
Dpkcs5.c93 struct asn1_hdr hdr; in pkcs5_get_params_pbes2()
264 struct asn1_hdr hdr; in pkcs5_get_params()