mbedTLS
mbedtls_rsa_alt_context
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
mbedtls_rsa_alt_context struct
Syntax
Show:
Summary
Declaration
from
pk_wrap.h:99
typedef
struct
{
void
*
key
;
mbedtls_pk_rsa_alt_decrypt_func
decrypt_func
;
mbedtls_pk_rsa_alt_sign_func
sign_func
;
mbedtls_pk_rsa_alt_key_len_func
key_len_func
;
}
mbedtls_rsa_alt_context
;
Fields
Field
Declared as
mbedtls_rsa_alt_context::key
void
*
mbedtls_rsa_alt_context::decrypt_func
mbedtls_pk_rsa_alt_decrypt_func
mbedtls_rsa_alt_context::sign_func
mbedtls_pk_rsa_alt_sign_func
mbedtls_rsa_alt_context::key_len_func
mbedtls_pk_rsa_alt_key_len_func
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
pk_wrap.h:99
}
mbedtls_rsa_alt_context
;
pk_wrap.h:104
mbedtls_rsa_alt_context
*
rsa_alt
;
pk.c:204
mbedtls_pk_setup_rsa_alt()
rsa_alt
=
(
mbedtls_rsa_alt_context
*
)
ctx
->
pk_ctx
;
pk.c:217
mbedtls_pk_setup_rsa_alt()
const
mbedtls_rsa_alt_context
*
rsa_alt
=
pk
->
pk_ctx
;
pk_wrap.c:1286
rsa_alt_get_bitlen()
mbedtls_rsa_alt_context
*
rsa_alt
=
pk
->
pk_ctx
;
pk_wrap.c:1296
rsa_alt_sign_wrap()
mbedtls_rsa_alt_context
*
rsa_alt
=
pk
->
pk_ctx
;
pk_wrap.c:1321
rsa_alt_decrypt_wrap()
void
*
ctx
=
mbedtls_calloc
(
1
,
sizeof
(
mbedtls_rsa_alt_context
)
)
;
pk_wrap.c:1368
rsa_alt_alloc_wrap()
memset
(
ctx
,
0
,
sizeof
(
mbedtls_rsa_alt_context
)
)
;
pk_wrap.c:1371
rsa_alt_alloc_wrap()
mbedtls_zeroize_and_free
(
ctx
,
sizeof
(
mbedtls_rsa_alt_context
)
)
;
pk_wrap.c:1379
rsa_alt_free_wrap()
}
mbedtls_rsa_alt_context
;
pk_wrap.h:104
mbedtls_rsa_alt_context
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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