Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dpkcs8.c31 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs8_key_import()
42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) { in pkcs8_key_import()
72 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs8_key_import()
107 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs8_key_import()
143 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs8_enc_key_import()
155 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs8_enc_key_import()
169 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs8_enc_key_import()
Dtlsv1_client_ocsp.c142 hdr.class != ASN1_CLASS_UNIVERSAL || in tls_process_ocsp_single_response()
166 hdr.class != ASN1_CLASS_UNIVERSAL || in tls_process_ocsp_single_response()
193 hdr.class != ASN1_CLASS_UNIVERSAL || in tls_process_ocsp_single_response()
217 hdr.class != ASN1_CLASS_UNIVERSAL || in tls_process_ocsp_single_response()
260 hdr.class != ASN1_CLASS_UNIVERSAL || in tls_process_ocsp_single_response()
282 hdr.class != ASN1_CLASS_UNIVERSAL || in tls_process_ocsp_single_response()
332 hdr.class != ASN1_CLASS_UNIVERSAL || in tls_process_ocsp_responses()
385 hdr.class != ASN1_CLASS_UNIVERSAL || in tls_process_basic_ocsp_response()
397 hdr.class != ASN1_CLASS_UNIVERSAL || in tls_process_basic_ocsp_response()
416 hdr.class != ASN1_CLASS_UNIVERSAL || in tls_process_basic_ocsp_response()
[all …]
Dtlsv1_cred.c459 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs12_certbag()
495 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs12_certbag()
537 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs12_parse_attr_friendly_name()
564 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs12_parse_attr_local_key_id()
600 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs12_parse_attr()
660 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs12_safebag()
675 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs12_safebag()
709 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs12_safecontents()
729 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs12_safecontents()
753 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs12_parse_content_data()
[all …]
Dx509v3.c196 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_algorithm_identifier()
237 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_public_key()
256 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_public_key()
313 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_name()
331 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_name()
344 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_name()
362 hdr.class != ASN1_CLASS_UNIVERSAL) { in x509_parse_name()
713 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_validity()
729 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_validity()
741 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_validity()
[all …]
Dasn1.c128 if (hdr->class != ASN1_CLASS_UNIVERSAL) in asn1_valid_der()
262 if (hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_OID) { in asn1_get_oid()
366 if (hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) { in asn1_get_integer()
397 hdr->class != ASN1_CLASS_UNIVERSAL || in asn1_get_sequence()
521 asn1_put_hdr(buf, ASN1_CLASS_UNIVERSAL, 1, ASN1_TAG_SEQUENCE, in asn1_put_sequence()
529 asn1_put_hdr(buf, ASN1_CLASS_UNIVERSAL, 1, ASN1_TAG_SET, in asn1_put_set()
537 asn1_put_hdr(buf, ASN1_CLASS_UNIVERSAL, 0, ASN1_TAG_UTF8STRING, in asn1_put_utf8string()
564 return asn1_encaps(buf, ASN1_CLASS_UNIVERSAL, ASN1_TAG_SEQUENCE); in asn1_build_alg_id()
Dpkcs5.c110 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs5_get_params_pbes2()
121 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs5_get_params_pbes2()
164 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs5_get_params_pbes2()
177 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs5_get_params_pbes2()
192 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) { in pkcs5_get_params_pbes2()
225 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs5_get_params_pbes2()
261 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs5_get_params_pbes2()
326 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs5_get_params()
338 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs5_get_params()
354 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) { in pkcs5_get_params()
Dpkcs1.c239 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs1_v15_sig_ver()
260 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs1_v15_sig_ver()
293 hdr.class != ASN1_CLASS_UNIVERSAL || in pkcs1_v15_sig_ver()
Drsa.c40 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) { in crypto_rsa_parse_integer()
88 hdr.class != ASN1_CLASS_UNIVERSAL || in crypto_rsa_import_public_key()
195 hdr.class != ASN1_CLASS_UNIVERSAL || in crypto_rsa_import_private_key()
Dasn1.h42 #define ASN1_CLASS_UNIVERSAL 0 macro
/external/wpa_supplicant_8/src/common/
Ddpp_backup.c100 return asn1_encaps(buf, ASN1_CLASS_UNIVERSAL, ASN1_TAG_SEQUENCE); in dpp_build_conf_params()
120 conf_params = asn1_encaps(conf_params, ASN1_CLASS_UNIVERSAL, in dpp_build_attribute()
135 return asn1_encaps(attr, ASN1_CLASS_UNIVERSAL, ASN1_TAG_SEQUENCE); in dpp_build_attribute()
199 attr = asn1_encaps(attr, ASN1_CLASS_UNIVERSAL, ASN1_TAG_SET); in dpp_build_key_pkg()
245 ASN1_CLASS_UNIVERSAL, ASN1_TAG_SEQUENCE), in dpp_build_key_pkg()
246 ASN1_CLASS_UNIVERSAL, ASN1_TAG_SEQUENCE); in dpp_build_key_pkg()
288 params = asn1_encaps(params, ASN1_CLASS_UNIVERSAL, ASN1_TAG_SEQUENCE); in dpp_build_pbkdf2_alg_id()
379 return asn1_encaps(pwri, ASN1_CLASS_UNIVERSAL, ASN1_TAG_SEQUENCE); in dpp_build_pw_recipient_info()
546 env = asn1_encaps(env, ASN1_CLASS_UNIVERSAL, ASN1_TAG_SEQUENCE); in dpp_build_enveloped_data()
675 hdr.class != ASN1_CLASS_UNIVERSAL || in dpp_parse_recipient_infos()
[all …]