mbedTLS
PSA_ALG_STREAM_CIPHER
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_STREAM_CIPHER
PSA_ALG_STREAM_CIPHER macro
The stream cipher mode of a stream cipher algorithm. The underlying stream cipher is determined by the key type. - To use ChaCha20, use a key type of #PSA_KEY_TYPE_CHACHA20.
Syntax
Show:
Summary
Declaration
from
crypto_values.h:1177
#define
PSA_ALG_STREAM_CIPHER
(
(
psa_algorithm_t
)
0x04800100
)
Examples
References
from
examples
Code
Location
#define
PSA_ALG_STREAM_CIPHER
(
(
psa_algorithm_t
)
0x04800100
)
crypto_values.h:1177
(
alg
)
==
PSA_ALG_STREAM_CIPHER
?
12u
:
\
crypto_sizes.h:1121
MBEDTLS_ASSUME
(
alg
!=
PSA_ALG_STREAM_CIPHER
)
;
psa_crypto_cipher.c:57
if
(
alg
==
PSA_ALG_STREAM_CIPHER
||
psa_crypto_cipher.c:90
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