ESP-IDF
asn1_unexpected()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
asn1_unexpected()
asn1_unexpected() function
Syntax
Show:
Summary
Declaration
Definition
from
asn1.h:64
void
asn1_unexpected
(
const
struct
asn1_hdr
*
hdr
,
const
char
*
title
)
;
Implemented in
asn1.c:283
Arguments
Argument
hdr
title
Related Functions
Found 20 other functions taking a
asn1_hdr
argument:
Function
asn1_get_next()
asn1_is_sequence()
asn1_is_octetstring()
asn1_is_integer()
asn1_is_generalizedtime()
asn1_is_cs_tag()
asn1_is_bitstring()
asn1_print_hdr()
asn1_get_sequence()
asn1_is_boolean()
asn1_is_utctime()
asn1_is_null()
asn1_valid_der_boolean()
asn1_valid_der()
asn1_is_enumerated()
asn1_is_set()
asn1_is_oid()
asn1_is_string_type()
asn1_is_bmpstring()
asn1_is_utf8string()
Examples
References
from
examples
Code
Location
Referrer
void
asn1_unexpected
(
const
struct
asn1_hdr
*
hdr
,
const
char
*
title
)
asn1.c:283
void
asn1_unexpected
(
const
struct
asn1_hdr
*
hdr
,
const
char
*
title
)
;
asn1.h:64
asn1_unexpected
(
&
hdr
,
"ASN.1: Expected OID"
)
;
asn1.c:341
asn1_get_oid()
asn1_unexpected
(
&
hdr
,
"ASN.1: Expected INTEGER"
)
;
asn1.c:442
asn1_get_integer()
asn1_unexpected
(
hdr
,
"ASN.1: Expected SEQUENCE"
)
;
asn1.c:470
asn1_get_sequence()
asn1_unexpected
(
&
hdr
,
pkcs1.c:240
pkcs1_v15_sig_ver()
asn1_unexpected
(
&
hdr
,
pkcs1.c:261
pkcs1_v15_sig_ver()
asn1_unexpected
(
&
hdr
,
pkcs1.c:310
pkcs1_v15_sig_ver()
asn1_unexpected
(
&
hdr
,
pkcs5.c:111
pkcs5_get_params_pbes2()
asn1_unexpected
(
&
hdr
,
pkcs5.c:120
pkcs5_get_params_pbes2()
asn1_unexpected
(
&
hdr
,
pkcs5.c:161
pkcs5_get_params_pbes2()
asn1_unexpected
(
&
hdr
,
pkcs5.c:173
pkcs5_get_params_pbes2()
asn1_unexpected
(
&
hdr
,
"PKCS #5: Expected INTEGER"
)
;
pkcs5.c:184
pkcs5_get_params_pbes2()
asn1_unexpected
(
&
hdr
,
pkcs5.c:215
pkcs5_get_params_pbes2()
asn1_unexpected
(
&
hdr
,
pkcs5.c:249
pkcs5_get_params_pbes2()
asn1_unexpected
(
&
hdr
,
pkcs5.c:311
pkcs5_get_params()
asn1_unexpected
(
&
hdr
,
pkcs5.c:321
pkcs5_get_params()
asn1_unexpected
(
&
hdr
,
"PKCS #5: Expected INTEGER"
)
;
pkcs5.c:334
pkcs5_get_params()
asn1_unexpected
(
&
hdr
,
pkcs8.c:31
pkcs8_key_import()
asn1_unexpected
(
&
hdr
,
"PKCS #8: Expected INTEGER"
)
;
pkcs8.c:40
pkcs8_key_import()
asn1_unexpected
(
&
hdr
,
pkcs8.c:67
pkcs8_key_import()
asn1_unexpected
(
&
hdr
,
pkcs8.c:99
pkcs8_key_import()
asn1_unexpected
(
&
hdr
,
pkcs8.c:132
pkcs8_enc_key_import()
asn1_unexpected
(
&
hdr
,
pkcs8.c:142
pkcs8_enc_key_import()
asn1_unexpected
(
&
hdr
,
pkcs8.c:153
pkcs8_enc_key_import()
asn1_unexpected
(
&
hdr
,
"RSA: Expected INTEGER"
)
;
rsa.c:41
crypto_rsa_parse_integer()
asn1_unexpected
(
&
hdr
,
"RSA: Expected SEQUENCE (public key)"
)
;
rsa.c:87
crypto_rsa_import_public_key()
asn1_unexpected
(
&
hdr
,
"RSA: Expected SEQUENCE (public key)"
)
;
rsa.c:190
crypto_rsa_import_private_key()
asn1_unexpected
(
&
hdr
,
"OCSP: Expected SEQUENCE (CertID)"
)
;
tlsv1_client_ocsp.c:142
tls_process_ocsp_single_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:163
tls_process_ocsp_single_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:188
tls_process_ocsp_single_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:211
tls_process_ocsp_single_response()
asn1_unexpected
(
&
hdr
,
"OCSP: Expected CHOICE (CertStatus)"
)
;
tlsv1_client_ocsp.c:243
tls_process_ocsp_single_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:326
tls_process_ocsp_responses()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:376
tls_process_basic_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:386
tls_process_basic_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:403
tls_process_basic_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:427
tls_process_basic_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:440
tls_process_basic_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:478
tls_process_basic_ocsp_response()
asn1_unexpected
(
&
hdr
,
"OCSP: Expected CHOICE (ResponderID)"
)
;
tlsv1_client_ocsp.c:503
tls_process_basic_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:517
tls_process_basic_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:552
tls_process_basic_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:670
tls_process_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:680
tls_process_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:698
tls_process_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_client_ocsp.c:711
tls_process_ocsp_response()
asn1_unexpected
(
&
hdr
,
"OCSP: Expected OCTET STRING (response)"
)
;
tlsv1_client_ocsp.c:734
tls_process_ocsp_response()
asn1_unexpected
(
&
hdr
,
tlsv1_cred.c:1089
tlsv1_set_dhparams_der()
asn1_unexpected
(
&
hdr
,
"DH: No INTEGER tag found for p"
)
;
tlsv1_cred.c:1098
tlsv1_set_dhparams_der()
asn1_unexpected
(
&
hdr
,
"DH: No INTEGER tag found for g"
)
;
tlsv1_cred.c:1115
tlsv1_set_dhparams_der()
asn1_unexpected
(
&
hdr
,
x509v3.c:196
x509_parse_algorithm_identifier()
asn1_unexpected
(
&
hdr
,
x509v3.c:235
x509_parse_public_key()
asn1_unexpected
(
&
hdr
,
x509v3.c:252
x509_parse_public_key()
asn1_unexpected
(
&
hdr
,
x509v3.c:306
x509_parse_name()
asn1_unexpected
(
&
hdr
,
x509v3.c:322
x509_parse_name()
asn1_unexpected
(
&
hdr
,
x509v3.c:333
x509_parse_name()
asn1_unexpected
(
&
hdr
,
"X509: Expected SEQUENCE (Validity)"
)
;
x509v3.c:710
x509_parse_validity()
asn1_unexpected
(
&
hdr
,
"X509: Expected BIT STRING in KeyUsage"
)
;
x509v3.c:789
x509_parse_ext_key_usage()
asn1_unexpected
(
&
hdr
,
x509v3.c:817
x509_parse_ext_basic_constraints()
asn1_unexpected
(
&
hdr
,
x509v3.c:852
x509_parse_ext_basic_constraints()
asn1_unexpected
(
&
hdr
,
x509v3.c:1061
x509_parse_ext_subject_alt_name()
asn1_unexpected
(
&
hdr
,
x509v3.c:1085
x509_parse_ext_issuer_alt_name()
asn1_unexpected
(
&
hdr
,
x509v3.c:1168
x509_parse_ext_certificate_policies()
asn1_unexpected
(
&
hdr
,
x509v3.c:1186
x509_parse_ext_certificate_policies()
asn1_unexpected
(
&
hdr
,
x509v3.c:1288
x509_parse_ext_ext_key_usage()
asn1_unexpected
(
&
hdr
,
"X509: Expected SEQUENCE in Extensions"
)
;
x509v3.c:1377
x509_parse_extension()
asn1_unexpected
(
&
hdr
,
x509v3.c:1391
x509_parse_extension()
asn1_unexpected
(
&
hdr
,
x509v3.c:1409
x509_parse_extension()
asn1_unexpected
(
&
hdr
,
"X509: Expected SEQUENCE for Extensions"
)
;
x509v3.c:1442
x509_parse_extensions()
asn1_unexpected
(
&
hdr
,
x509v3.c:1472
x509_parse_tbs_certificate()
asn1_unexpected
(
&
hdr
,
x509v3.c:1490
x509_parse_tbs_certificate()
asn1_unexpected
(
&
hdr
,
x509v3.c:1526
x509_parse_tbs_certificate()
asn1_unexpected
(
&
hdr
,
x509v3.c:1580
x509_parse_tbs_certificate()
asn1_unexpected
(
&
hdr
,
x509v3.c:1596
x509_parse_tbs_certificate()
asn1_unexpected
(
&
hdr
,
x509v3.c:1613
x509_parse_tbs_certificate()
asn1_unexpected
(
&
hdr
,
x509v3.c:1751
x509_certificate_parse()
asn1_unexpected
(
&
hdr
,
x509v3.c:1788
x509_certificate_parse()
asn1_unexpected
(
&
hdr
,
"X509: Expected SEQUENCE (DigestInfo)"
)
;
x509v3.c:1904
x509_check_signature()
asn1_unexpected
(
&
hdr
,
x509v3.c:1923
x509_check_signature()
asn1_unexpected
(
&
hdr
,
"X509: Expected OCTETSTRING (Digest)"
)
;
x509v3.c:2035
x509_check_signature()
Call Tree
from
examples
asn1_unexpected()
is called by 31 functions:
asn1_get_oid()
asn1_get_integer()
asn1_get_sequence()
pkcs1_v15_sig_ver()
pkcs5_get_params_pbes2()
pkcs5_get_params()
pkcs8_key_import()
pkcs8_enc_key_import()
crypto_rsa_parse_integer()
crypto_rsa_import_public_key()
crypto_rsa_import_private_key()
tlsv1_set_dhparams_der()
tls_process_ocsp_single_response()
tls_process_ocsp_responses()
tls_process_basic_ocsp_response()
tls_process_ocsp_response()
x509_parse_algorithm_identifier()
x509_parse_public_key()
x509_parse_name()
x509_parse_validity()
x509_parse_ext_key_usage()
x509_parse_ext_basic_constraints()
x509_parse_ext_subject_alt_name()
x509_parse_ext_issuer_alt_name()
x509_parse_ext_certificate_policies()
x509_parse_ext_ext_key_usage()
x509_parse_extension()
x509_parse_extensions()
x509_parse_tbs_certificate()
x509_certificate_parse()
x509_check_signature()
All items filtered out
asn1_unexpected()
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out