mbedTLS
PSA_ALG_OFB
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
PSA_ALG_OFB
PSA_ALG_OFB macro
The OFB stream cipher mode. The underlying block cipher is determined by the key type.
Syntax
Show:
Summary
Declaration
from
crypto_values.h:1198
#define
PSA_ALG_OFB
(
(
psa_algorithm_t
)
0x04c01200
)
Examples
References
from
examples
Code
Location
#define
PSA_ALG_OFB
(
(
psa_algorithm_t
)
0x04c01200
)
crypto_values.h:1198
(
alg
)
==
PSA_ALG_OFB
||
\
crypto_sizes.h:1116
alg
==
PSA_ALG_OFB
||
psa_crypto_cipher.c:109
case
PSA_ALG_OFB
:
psa_crypto_cipher.c:161
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