Home
last modified time | relevance | path

Searched refs:asn1_unexpected (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_cred.c459 asn1_unexpected(&hdr, "PKCS #12: Expected SEQUENCE (CertBag)"); in pkcs12_certbag()
483 asn1_unexpected(&hdr, in pkcs12_certbag()
490 asn1_unexpected(&hdr, in pkcs12_certbag()
530 asn1_unexpected(&hdr, in pkcs12_parse_attr_friendly_name()
555 asn1_unexpected(&hdr, in pkcs12_parse_attr_local_key_id()
588 asn1_unexpected(&hdr, "PKCS #12: Expected SET (attrValues)"); in pkcs12_parse_attr()
630 asn1_unexpected(&hdr, in pkcs12_safebag()
643 asn1_unexpected(&hdr, in pkcs12_safebag()
656 asn1_unexpected(&hdr, in pkcs12_safebag()
687 asn1_unexpected(&hdr, in pkcs12_safecontents()
[all …]
Dtlsv1_client_ocsp.c142 asn1_unexpected(&hdr, "OCSP: Expected SEQUENCE (CertID)"); in tls_process_ocsp_single_response()
163 asn1_unexpected(&hdr, in tls_process_ocsp_single_response()
188 asn1_unexpected(&hdr, in tls_process_ocsp_single_response()
211 asn1_unexpected(&hdr, in tls_process_ocsp_single_response()
243 asn1_unexpected(&hdr, "OCSP: Expected CHOICE (CertStatus)"); in tls_process_ocsp_single_response()
326 asn1_unexpected(&hdr, in tls_process_ocsp_responses()
376 asn1_unexpected(&hdr, in tls_process_basic_ocsp_response()
386 asn1_unexpected(&hdr, in tls_process_basic_ocsp_response()
403 asn1_unexpected(&hdr, in tls_process_basic_ocsp_response()
427 asn1_unexpected(&hdr, in tls_process_basic_ocsp_response()
[all …]
Dpkcs8.c31 asn1_unexpected(&hdr, in pkcs8_key_import()
40 asn1_unexpected(&hdr, "PKCS #8: Expected INTEGER"); in pkcs8_key_import()
67 asn1_unexpected(&hdr, in pkcs8_key_import()
99 asn1_unexpected(&hdr, in pkcs8_key_import()
132 asn1_unexpected(&hdr, in pkcs8_enc_key_import()
142 asn1_unexpected(&hdr, in pkcs8_enc_key_import()
153 asn1_unexpected(&hdr, in pkcs8_enc_key_import()
Dx509v3.c196 asn1_unexpected(&hdr, in x509_parse_algorithm_identifier()
235 asn1_unexpected(&hdr, in x509_parse_public_key()
252 asn1_unexpected(&hdr, in x509_parse_public_key()
306 asn1_unexpected(&hdr, in x509_parse_name()
322 asn1_unexpected(&hdr, in x509_parse_name()
333 asn1_unexpected(&hdr, in x509_parse_name()
706 asn1_unexpected(&hdr, "X509: Expected SEQUENCE (Validity)"); in x509_parse_validity()
785 asn1_unexpected(&hdr, "X509: Expected BIT STRING in KeyUsage"); in x509_parse_ext_key_usage()
813 asn1_unexpected(&hdr, in x509_parse_ext_basic_constraints()
848 asn1_unexpected(&hdr, in x509_parse_ext_basic_constraints()
[all …]
Dpkcs5.c111 asn1_unexpected(&hdr, in pkcs5_get_params_pbes2()
120 asn1_unexpected(&hdr, in pkcs5_get_params_pbes2()
161 asn1_unexpected(&hdr, in pkcs5_get_params_pbes2()
173 asn1_unexpected(&hdr, in pkcs5_get_params_pbes2()
184 asn1_unexpected(&hdr, "PKCS #5: Expected INTEGER"); in pkcs5_get_params_pbes2()
215 asn1_unexpected(&hdr, in pkcs5_get_params_pbes2()
249 asn1_unexpected(&hdr, in pkcs5_get_params_pbes2()
311 asn1_unexpected(&hdr, in pkcs5_get_params()
321 asn1_unexpected(&hdr, in pkcs5_get_params()
334 asn1_unexpected(&hdr, "PKCS #5: Expected INTEGER"); in pkcs5_get_params()
Dpkcs1.c240 asn1_unexpected(&hdr, in pkcs1_v15_sig_ver()
261 asn1_unexpected(&hdr, in pkcs1_v15_sig_ver()
310 asn1_unexpected(&hdr, in pkcs1_v15_sig_ver()
Drsa.c41 asn1_unexpected(&hdr, "RSA: Expected INTEGER"); in crypto_rsa_parse_integer()
87 asn1_unexpected(&hdr, "RSA: Expected SEQUENCE (public key)"); in crypto_rsa_import_public_key()
190 asn1_unexpected(&hdr, "RSA: Expected SEQUENCE (public key)"); in crypto_rsa_import_private_key()
Dasn1.c283 void asn1_unexpected(const struct asn1_hdr *hdr, const char *title) in asn1_unexpected() function
341 asn1_unexpected(&hdr, "ASN.1: Expected OID"); in asn1_get_oid()
442 asn1_unexpected(&hdr, "ASN.1: Expected INTEGER"); in asn1_get_integer()
470 asn1_unexpected(hdr, "ASN.1: Expected SEQUENCE"); in asn1_get_sequence()
Dasn1.h64 void asn1_unexpected(const struct asn1_hdr *hdr, const char *title);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_backup.c561 asn1_unexpected(&hdr, "DPP: Expected CHOICE [3] (pwri)"); in dpp_parse_recipient_infos()
596 asn1_unexpected(&hdr, in dpp_parse_recipient_infos()
637 asn1_unexpected(&hdr, in dpp_parse_recipient_infos()
715 asn1_unexpected(&hdr, in dpp_parse_recipient_infos()
787 asn1_unexpected(&hdr, in dpp_parse_encrypted_content_info()
844 asn1_unexpected(&hdr, in dpp_parse_enveloped_data()
934 asn1_unexpected(&hdr, in dpp_parse_one_asymmetric_key()
954 asn1_unexpected(&hdr, "DPP: Expected [0] Attributes"); in dpp_parse_one_asymmetric_key()
969 asn1_unexpected(&hdr, "DPP: Expected SET (Attributes)"); in dpp_parse_one_asymmetric_key()
1016 asn1_unexpected(&hdr, "DPP: Expected SET (Attribute)"); in dpp_parse_one_asymmetric_key()
[all …]