mbedTLS
mbedtls_rsa_context::padding
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_context::padding
mbedtls_rsa_context::padding field
Syntax
Show:
Summary
Declaration
from
rsa.h:111
int
MBEDTLS_PRIVATE
(
padding
;
Examples
References
from
examples
Code
Location
Referrer
int
MBEDTLS_PRIVATE
(
padding
)
;
/*!< Selects padding mode:
rsa.h:111
ctx
->
padding
=
MBEDTLS_RSA_PKCS_V15
;
rsa.c:957
mbedtls_rsa_init()
ctx
->
padding
=
padding
;
rsa.c:998
mbedtls_rsa_set_padding()
return
ctx
->
padding
;
rsa.c:1009
mbedtls_rsa_get_padding_mode()
switch
(
ctx
->
padding
)
{
rsa.c:1894
mbedtls_rsa_pkcs1_encrypt()
if
(
ctx
->
padding
!=
MBEDTLS_RSA_PKCS_V21
)
{
rsa.c:1936
mbedtls_rsa_rsaes_oaep_decrypt()
if
(
ctx
->
padding
!=
MBEDTLS_RSA_PKCS_V15
)
{
rsa.c:2057
mbedtls_rsa_rsaes_pkcs1_v15_decrypt()
switch
(
ctx
->
padding
)
{
rsa.c:2092
mbedtls_rsa_pkcs1_decrypt()
if
(
ctx
->
padding
!=
MBEDTLS_RSA_PKCS_V21
)
{
rsa.c:2232
rsa_rsassa_pss_sign()
if
(
ctx
->
padding
!=
MBEDTLS_RSA_PKCS_V15
)
{
rsa.c:2442
mbedtls_rsa_rsassa_pkcs1_v15_sign()
switch
(
ctx
->
padding
)
{
rsa.c:2508
mbedtls_rsa_pkcs1_sign()
switch
(
ctx
->
padding
)
{
rsa.c:2752
mbedtls_rsa_pkcs1_verify()
dst
->
padding
=
src
->
padding
;
rsa.c:2799
mbedtls_rsa_copy()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_rsa_context::padding
is written by 3 functions and is read by 10 functions:
mbedtls_rsa_init()
mbedtls_rsa_set_padding()
mbedtls_rsa_copy()
All items filtered out
mbedtls_rsa_context::padding
mbedtls_rsa_get_padding_mode()
mbedtls_rsa_pkcs1_encrypt()
mbedtls_rsa_rsaes_oaep_decrypt()
mbedtls_rsa_rsaes_pkcs1_v15_decrypt()
mbedtls_rsa_pkcs1_decrypt()
rsa_rsassa_pss_sign()
mbedtls_rsa_rsassa_pkcs1_v15_sign()
mbedtls_rsa_pkcs1_sign()
mbedtls_rsa_pkcs1_verify()
mbedtls_rsa_copy()
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