ESP-IDF
asn1_is_integer()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_is_integer()
asn1_is_integer() function
Syntax
Show:
Summary
Declaration
from
asn1.h:100
static
inline
bool
asn1_is_integer
(
const
struct
asn1_hdr
*
hdr
)
;
Arguments
Argument
hdr
Related Functions
Found 20 other functions taking a
asn1_hdr
argument:
Function
asn1_get_next()
asn1_unexpected()
asn1_is_sequence()
asn1_is_octetstring()
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
static
inline
bool
asn1_is_integer
(
const
struct
asn1_hdr
*
hdr
)
asn1.h:100
!
asn1_is_integer
(
&
hdr
)
)
{
asn1.c:441
asn1_get_integer()
if
(
asn1_get_next
(
pos
,
end
-
pos
,
&
hdr
)
<
0
||
!
asn1_is_integer
(
&
hdr
)
)
{
pkcs5.c:183
pkcs5_get_params_pbes2()
!
asn1_is_integer
(
&
hdr
)
)
{
pkcs5.c:333
pkcs5_get_params()
if
(
asn1_get_next
(
pos
,
end
-
pos
,
&
hdr
)
<
0
||
!
asn1_is_integer
(
&
hdr
)
)
{
pkcs8.c:39
pkcs8_key_import()
!
asn1_is_integer
(
&
hdr
)
)
{
rsa.c:40
crypto_rsa_parse_integer()
!
asn1_is_integer
(
&
hdr
)
||
tlsv1_client_ocsp.c:209
tls_process_ocsp_single_response()
!
asn1_is_integer
(
&
hdr
)
||
hdr
.
length
!=
1
)
{
tlsv1_client_ocsp.c:477
tls_process_basic_ocsp_response()
!
asn1_is_integer
(
&
hdr
)
)
{
tlsv1_cred.c:1097
tlsv1_set_dhparams_der()
!
asn1_is_integer
(
&
hdr
)
)
{
tlsv1_cred.c:1114
tlsv1_set_dhparams_der()
if
(
!
asn1_is_integer
(
&
hdr
)
)
{
x509v3.c:851
x509_parse_ext_basic_constraints()
!
asn1_is_integer
(
&
hdr
)
)
{
x509v3.c:1489
x509_parse_tbs_certificate()
if
(
!
asn1_is_integer
(
&
hdr
)
||
x509v3.c:1524
x509_parse_tbs_certificate()
Call Tree
from
examples
asn1_is_integer()
is called by 10 functions:
asn1_get_integer()
pkcs5_get_params_pbes2()
pkcs5_get_params()
pkcs8_key_import()
crypto_rsa_parse_integer()
tlsv1_set_dhparams_der()
tls_process_ocsp_single_response()
tls_process_basic_ocsp_response()
x509_parse_ext_basic_constraints()
x509_parse_tbs_certificate()
All items filtered out
asn1_is_integer()
All items filtered out
Data Use
from
examples
asn1_is_integer()
reads 2 variables:
asn1_hdr::class
asn1_hdr::tag
All items filtered out
asn1_is_integer()
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