Home
last modified time | relevance | path

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

/hostap-3.6.0/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 …]
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()
689 struct asn1_hdr hdr; in x509_parse_validity()
768 struct asn1_hdr hdr; in x509_parse_ext_key_usage()
801 struct asn1_hdr hdr; in x509_parse_ext_basic_constraints()
974 struct asn1_hdr hdr; in x509_parse_ext_alt_name()
1052 struct asn1_hdr hdr; in x509_parse_ext_subject_alt_name()
1076 struct asn1_hdr hdr; in x509_parse_ext_issuer_alt_name()
1149 struct asn1_hdr hdr; in x509_parse_ext_certificate_policies()
[all …]
Dpkcs8.c21 struct asn1_hdr hdr; in pkcs8_key_import()
113 struct asn1_hdr hdr; in pkcs8_enc_key_import()
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()
Dpkcs5.c93 struct asn1_hdr hdr; in pkcs5_get_params_pbes2()
264 struct asn1_hdr hdr; in pkcs5_get_params()
Dpkcs1.c209 struct asn1_hdr hdr; in pkcs1_v15_sig_ver()
/hostap-3.6.0/src/common/
Ddpp_backup.c538 struct asn1_hdr hdr; in dpp_parse_recipient_infos()
731 struct asn1_hdr hdr; in dpp_parse_encrypted_content_info()
802 struct asn1_hdr hdr; in dpp_parse_enveloped_data()
859 struct asn1_hdr hdr; in dpp_parse_one_asymmetric_key()
1101 struct asn1_hdr hdr; in dpp_parse_dpp_asymmetric_key_package()
/hostap-3.6.0/tests/fuzzing/asn1/
Dasn1.c38 struct asn1_hdr hdr; in asn1_parse()