mbedTLS
PSA_ALG_RSA_OAEP
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_RSA_OAEP
PSA_ALG_RSA_OAEP macro
RSA OAEP encryption. This is the encryption scheme defined by RFC 8017 (PKCS#1: RSA Cryptography Specifications) under the name RSAES-OAEP, with the message generation function MGF1.
Syntax
Show:
Summary
Declaration
from
crypto_values.h:1784
#define
PSA_ALG_RSA_OAEP
(
hash_alg
)
\
(
PSA_ALG_RSA_OAEP_BASE
|
(
(
hash_alg
)
&
PSA_ALG_HASH_MASK
)
)
Arguments
Argument
Description
hash_alg
The hash algorithm (\c PSA_ALG_XXX value such that #PSA_ALG_IS_HASH(\p hash_alg) is true) to use for MGF1.
Return value
The corresponding RSA OAEP encryption algorithm. Unspecified if \p hash_alg is not a supported hash algorithm.
Examples
References
from
examples
Code
Location
#define
PSA_ALG_RSA_OAEP
(
hash_alg
)
\
crypto_values.h:1784
return
PSA_ALG_RSA_OAEP
(
mbedtls_md_psa_alg_from_type
(
md_type
)
)
;
pk.c:390
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