/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_cred.c | 459 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 …]
|
D | tlsv1_client_ocsp.c | 142 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 …]
|
D | pkcs8.c | 31 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()
|
D | x509v3.c | 196 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 …]
|
D | pkcs5.c | 111 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()
|
D | pkcs1.c | 240 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()
|
D | rsa.c | 41 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()
|
D | asn1.c | 283 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()
|
D | asn1.h | 64 void asn1_unexpected(const struct asn1_hdr *hdr, const char *title);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp_backup.c | 561 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 …]
|