mbedTLS
mbedtls_pk_info_t::decrypt_func
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_pk_info_t::decrypt_func
mbedtls_pk_info_t::decrypt_func field
Decrypt message
Syntax
Show:
Summary
Declaration
from
pk_wrap.h:63
int
(
*
decrypt_func
)
(
mbedtls_pk_context
*
pk
,
const
unsigned
char
*
input
,
size_t
ilen
,
unsigned
char
*
output
,
size_t
*
olen
,
size_t
osize
,
int
(
*
f_rng
)
(
void
*
,
unsigned
char
*
,
size_t
)
,
void
*
p_rng
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
int
(
*
decrypt_func
)
(
mbedtls_pk_context
*
pk
,
const
unsigned
char
*
input
,
size_t
ilen
,
pk_wrap.h:63
if
(
ctx
->
pk_info
->
decrypt_func
==
NULL
)
{
pk.c:1387
mbedtls_pk_decrypt()
return
ctx
->
pk_info
->
decrypt_func
(
ctx
,
input
,
ilen
,
pk.c:1391
mbedtls_pk_decrypt()
const
mbedtls_pk_info_t
mbedtls_rsa_info
=
{
pk_wrap.c:492
mbedtls_rsa_info
rsa_decrypt_wrap()
.
decrypt_func
=
rsa_decrypt_wrap
,
pk_wrap.c:505
.
decrypt_func
=
NULL
,
pk_wrap.c:1134
.
decrypt_func
=
NULL
,
pk_wrap.c:1167
.
decrypt_func
=
NULL
,
pk_wrap.c:1259
const
mbedtls_pk_info_t
mbedtls_rsa_alt_info
=
{
pk_wrap.c:1382
mbedtls_rsa_alt_info
rsa_alt_decrypt_wrap()
.
decrypt_func
=
rsa_alt_decrypt_wrap
,
pk_wrap.c:1395
Call Tree
from
examples
mbedtls_pk_info_t::decrypt_func
is called by 1 function:
mbedtls_pk_decrypt()
All items filtered out
mbedtls_pk_info_t::decrypt_func
All items filtered out
Data Use
from
examples
mbedtls_pk_info_t::decrypt_func
is read by 1 function:
All items filtered out
mbedtls_pk_info_t::decrypt_func
mbedtls_pk_decrypt()
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
mbedtls_pk_info_t::decrypt_func
implements 2 functionss:
rsa_decrypt_wrap()
rsa_alt_decrypt_wrap()
All items filtered out
mbedtls_pk_info_t::decrypt_func
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out