mbedTLS
ecdsa_sign_wrap()
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
STM32 Libraries and Samples
mbedTLS
ecdsa_sign_wrap()
ecdsa_sign_wrap() function
Syntax
Show:
Summary
Declaration
Definition
from
pk_wrap.c:232
static
int
ecdsa_sign_wrap
(
void
*
ctx
,
mbedtls_md_type_t
md_alg
,
const
unsigned
char
*
hash
,
size_t
hash_len
,
unsigned
char
*
sig
,
size_t
*
sig_len
,
int
(
*
f_rng
)
(
void
*
,
unsigned
char
*
,
size_t
)
,
void
*
p_rng
)
;
Implemented in
pk_wrap.c:491
Arguments
Argument
ctx
md_alg
hash
hash_len
sig
sig_len
f_rng
p_rng
Examples
References
from
examples
Code
Location
Referrer
static
int
ecdsa_sign_wrap
(
void
*
ctx
,
mbedtls_md_type_t
md_alg
,
pk_wrap.c:491
static
int
ecdsa_sign_wrap
(
void
*
ctx
,
mbedtls_md_type_t
md_alg
,
pk_wrap.c:232
ret
=
ecdsa_sign_wrap
(
&
ecdsa
,
md_alg
,
hash
,
hash_len
,
sig
,
sig_len
,
pk_wrap.c:265
eckey_sign_wrap()
ecdsa_sign_wrap
,
pk_wrap.c:574
Call Tree
from
examples
ecdsa_sign_wrap()
is called by 1 function and calls 1 function:
eckey_sign_wrap()
All items filtered out
ecdsa_sign_wrap()
mbedtls_ecdsa_write_signature()
All items filtered out
Data Use
from
examples
ecdsa_sign_wrap()
:
All items filtered out
ecdsa_sign_wrap()
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
ecdsa_sign_wrap()
is implemented by 1 functions:
All items filtered out
ecdsa_sign_wrap()
mbedtls_pk_info_t::sign_func
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out