mbedTLS
PSA_ALG_IS_RSA_OAEP
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
PSA_ALG_IS_RSA_OAEP
PSA_ALG_IS_RSA_OAEP macro
Syntax
Show:
Summary
Declaration
from
crypto_values.h:1786
#define
PSA_ALG_IS_RSA_OAEP
(
alg
)
\
(
(
(
alg
)
&
~
PSA_ALG_HASH_MASK
)
==
PSA_ALG_RSA_OAEP_BASE
)
Arguments
Argument
alg
Examples
References
from
examples
Code
Location
#define
PSA_ALG_IS_RSA_OAEP
(
alg
)
\
crypto_values.h:1786
(
PSA_ALG_IS_RSA_OAEP
(
alg
)
?
\
crypto_values.h:1789
if
(
PSA_ALG_IS_RSA_OAEP
(
alg_type
)
||
PSA_ALG_IS_RSA_PSS
(
alg_type
)
)
{
pk.c:926
if
(
!
PSA_ALG_IS_RSA_OAEP
(
alg
)
&&
salt_length
!=
0
)
{
psa_crypto.c:3369
if
(
!
PSA_ALG_IS_RSA_OAEP
(
alg
)
&&
salt_length
!=
0
)
{
psa_crypto.c:3428
if
(
PSA_ALG_IS_RSA_OAEP
(
alg
)
)
{
psa_crypto_rsa.c:569
if
(
PSA_ALG_IS_RSA_OAEP
(
alg
)
)
{
psa_crypto_rsa.c:667
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