mbedTLS
mbedtls_rsa_alt_context::key
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_rsa_alt_context::key
mbedtls_rsa_alt_context::key field
Syntax
Show:
Summary
Declaration
from
pk_wrap.h:100
void
*
key
;
Examples
References
from
examples
Code
Location
Referrer
void
*
key
;
pk_wrap.h:100
rsa_alt
->
key
=
key
;
pk.c:219
mbedtls_pk_setup_rsa_alt()
return
8
*
rsa_alt
->
key_len_func
(
rsa_alt
->
key
)
;
pk_wrap.c:1288
rsa_alt_get_bitlen()
*
sig_len
=
rsa_alt
->
key_len_func
(
rsa_alt
->
key
)
;
pk_wrap.c:1304
rsa_alt_sign_wrap()
return
rsa_alt
->
sign_func
(
rsa_alt
->
key
,
f_rng
,
p_rng
,
pk_wrap.c:1312
rsa_alt_sign_wrap()
if
(
ilen
!=
rsa_alt
->
key_len_func
(
rsa_alt
->
key
)
)
{
pk_wrap.c:1326
rsa_alt_decrypt_wrap()
return
rsa_alt
->
decrypt_func
(
rsa_alt
->
key
,
pk_wrap.c:1330
rsa_alt_decrypt_wrap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_rsa_alt_context::key
is written by 1 function and is read by 3 functions:
mbedtls_pk_setup_rsa_alt()
All items filtered out
mbedtls_rsa_alt_context::key
rsa_alt_get_bitlen()
rsa_alt_sign_wrap()
rsa_alt_decrypt_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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out