Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dasn1.c25 static int asn1_valid_der_boolean(struct asn1_hdr *hdr) in asn1_valid_der_boolean()
45 static int asn1_valid_der(struct asn1_hdr *hdr) in asn1_valid_der()
55 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) in asn1_get_next()
176 struct asn1_hdr hdr; in asn1_get_oid()
Dtlsv1_cred.c446 struct asn1_hdr hdr; in pkcs12_certbag()
525 struct asn1_hdr hdr; in pkcs12_parse_attr_friendly_name()
552 struct asn1_hdr hdr; in pkcs12_parse_attr_local_key_id()
580 struct asn1_hdr hdr; in pkcs12_parse_attr()
625 struct asn1_hdr hdr; in pkcs12_safebag()
704 struct asn1_hdr hdr; in pkcs12_safecontents()
749 struct asn1_hdr hdr; in pkcs12_parse_content_data()
771 struct asn1_hdr hdr; in pkcs12_parse_content_enc_data()
890 struct asn1_hdr hdr; in pkcs12_parse_content()
928 struct asn1_hdr hdr; in pkcs12_parse()
[all …]
Dasn1.h48 struct asn1_hdr { struct
61 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr); argument
Dx509v3.c185 struct asn1_hdr hdr; in x509_parse_algorithm_identifier()
223 struct asn1_hdr hdr; in x509_parse_public_key()
294 struct asn1_hdr hdr; in x509_parse_name()
695 struct asn1_hdr hdr; in x509_parse_validity()
778 struct asn1_hdr hdr; in x509_parse_ext_key_usage()
815 struct asn1_hdr hdr; in x509_parse_ext_basic_constraints()
994 struct asn1_hdr hdr; in x509_parse_ext_alt_name()
1072 struct asn1_hdr hdr; in x509_parse_ext_subject_alt_name()
1099 struct asn1_hdr hdr; in x509_parse_ext_issuer_alt_name()
1175 struct asn1_hdr hdr; in x509_parse_ext_ext_key_usage()
[all …]
Drsa.c34 struct asn1_hdr hdr; in crypto_rsa_parse_integer()
65 struct asn1_hdr hdr; in crypto_rsa_import_public_key()
153 struct asn1_hdr hdr; in crypto_rsa_import_private_key()
Dpkcs8.c21 struct asn1_hdr hdr; in pkcs8_key_import()
124 struct asn1_hdr hdr; in pkcs8_enc_key_import()
Dtlsv1_client_ocsp.c116 struct asn1_hdr hdr; in tls_process_ocsp_single_response()
323 struct asn1_hdr hdr; in tls_process_ocsp_responses()
357 struct asn1_hdr hdr; in tls_process_basic_ocsp_response()
682 struct asn1_hdr hdr; in tls_process_ocsp_response()
Dpkcs5.c93 struct asn1_hdr hdr; in pkcs5_get_params_pbes2()
280 struct asn1_hdr hdr; in pkcs5_get_params()
Dpkcs1.c205 struct asn1_hdr hdr; in pkcs1_v15_sig_ver()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()