mbedTLS
mbedtls_x509_get_sig()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_x509_get_sig()
mbedtls_x509_get_sig() function
Syntax
Show:
Summary
Declaration
Definition
from
x509_internal.h:35
int
mbedtls_x509_get_sig
(
unsigned
char
*
*
p
,
const
unsigned
char
*
end
,
mbedtls_x509_buf
*
sig
)
;
Implemented in
x509.c:689
Arguments
Argument
Declared as
p
unsigned
char
*
*
end
const
unsigned
char
*
sig
mbedtls_x509_buf
*
Examples
References
from
examples
Code
Location
Referrer
int
mbedtls_x509_get_sig
(
unsigned
char
*
*
p
,
const
unsigned
char
*
end
,
mbedtls_x509_buf
*
sig
)
x509.c:689
int
mbedtls_x509_get_sig
(
unsigned
char
*
*
p
,
const
unsigned
char
*
end
,
mbedtls_x509_buf
*
sig
)
;
x509_internal.h:35
if
(
(
ret
=
mbedtls_x509_get_sig
(
&
p
,
end
,
&
crl
->
sig
)
)
!=
0
)
{
x509_crl.c:488
mbedtls_x509_crl_parse_der()
if
(
(
ret
=
mbedtls_x509_get_sig
(
&
p
,
end
,
&
crt
->
sig
)
)
!=
0
)
{
x509_crt.c:1295
x509_crt_parse_der_core()
if
(
(
ret
=
mbedtls_x509_get_sig
(
&
p
,
end
,
&
csr
->
sig
)
)
!=
0
)
{
x509_csr.c:417
mbedtls_x509_csr_parse_der_internal()
Call Tree
from
examples
mbedtls_x509_get_sig()
is called by 3 functions and calls 2 functions:
mbedtls_x509_crl_parse_der()
x509_crt_parse_der_core()
mbedtls_x509_csr_parse_der_internal()
All items filtered out
mbedtls_x509_get_sig()
mbedtls_error_add()
mbedtls_asn1_get_bitstring_null()
All items filtered out
Data Use
from
examples
mbedtls_x509_get_sig()
writes 3 variables:
All items filtered out
mbedtls_x509_get_sig()
mbedtls_asn1_buf::tag
mbedtls_asn1_buf::len
mbedtls_asn1_buf::p
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