mbedTLS
mbedtls_x509_write_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_write_sig()
mbedtls_x509_write_sig() function
Syntax
Show:
Summary
Declaration
Definition
from
x509_internal.h:58
int
mbedtls_x509_write_sig
(
unsigned
char
*
*
p
,
unsigned
char
*
start
,
const
char
*
oid
,
size_t
oid_len
,
unsigned
char
*
sig
,
size_t
size
,
mbedtls_pk_type_t
pk_alg
)
;
Implemented in
x509_create.c:465
Arguments
Argument
p
start
oid
oid_len
sig
size
pk_alg
Examples
References
from
examples
Code
Location
Referrer
int
mbedtls_x509_write_sig
(
unsigned
char
*
*
p
,
unsigned
char
*
start
,
x509_create.c:465
int
mbedtls_x509_write_sig
(
unsigned
char
*
*
p
,
unsigned
char
*
start
,
x509_internal.h:58
MBEDTLS_ASN1_CHK_ADD
(
sig_and_oid_len
,
mbedtls_x509_write_sig
(
&
c2
,
c
,
x509write_crt.c:635
mbedtls_x509write_crt_der()
mbedtls_x509_write_sig
(
&
c2
,
buf
+
len
,
sig_oid
,
sig_oid_len
,
x509write_csr.c:264
x509write_csr_der_internal()
Call Tree
from
examples
mbedtls_x509_write_sig()
is called by 2 functions and calls 3 functions:
mbedtls_x509write_crt_der()
x509write_csr_der_internal()
All items filtered out
mbedtls_x509_write_sig()
mbedtls_asn1_write_len()
mbedtls_asn1_write_tag()
mbedtls_asn1_write_algorithm_identifier_ext()
All items filtered out
Data Use
from
examples
mbedtls_x509_write_sig()
reads 1 variable:
mbedtls_pk_type_t::MBEDTLS_PK_ECDSA
All items filtered out
mbedtls_x509_write_sig()
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