mbedTLS
eckey_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
eckey_sign_wrap()
eckey_sign_wrap() function
Syntax
Show:
Summary
Declaration
from
pk_wrap.c:254
static
int
eckey_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
)
;
Arguments
Argument
ctx
md_alg
hash
hash_len
sig
sig_len
f_rng
p_rng
Examples
References
from
examples
Code
Location
static
int
eckey_sign_wrap
(
void
*
ctx
,
mbedtls_md_type_t
md_alg
,
pk_wrap.c:254
eckey_sign_wrap
,
pk_wrap.c:415
Call Tree
from
examples
eckey_sign_wrap()
calls 4 functions:
All items filtered out
eckey_sign_wrap()
mbedtls_ecdsa_from_keypair()
mbedtls_ecdsa_init()
mbedtls_ecdsa_free()
ecdsa_sign_wrap()
All items filtered out
Data Use
from
examples
eckey_sign_wrap()
:
All items filtered out
eckey_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
eckey_sign_wrap()
is implemented by 1 functions:
All items filtered out
eckey_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