mbedTLS
MBEDTLS_MODE_CHACHAPOLY
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
STM32 Libraries and Samples
mbedTLS
MBEDTLS_MODE_CHACHAPOLY
MBEDTLS_MODE_CHACHAPOLY value
The ChaCha-Poly cipher mode.
Syntax
Show:
Summary
Declaration
from
cipher.h:193
MBEDTLS_MODE_CHACHAPOLY
;
Examples
References
from
examples
Code
Location
Referrer
MBEDTLS_MODE_CHACHAPOLY
,
/**< The ChaCha-Poly cipher mode. */
cipher.h:193
cipher_info
->
mode
==
MBEDTLS_MODE_CHACHAPOLY
)
ssl_tls.c:812
mbedtls_ssl_derive_keys()
if
(
cipher_info
->
mode
==
MBEDTLS_MODE_CHACHAPOLY
)
ssl_tls.c:824
mbedtls_ssl_derive_keys()
mode
==
MBEDTLS_MODE_CHACHAPOLY
)
ssl_tls.c:1553
ssl_encrypt_buf()
mode
==
MBEDTLS_MODE_CHACHAPOLY
)
ssl_tls.c:1843
ssl_decrypt_buf()
case
MBEDTLS_MODE_CHACHAPOLY
:
ssl_tls.c:7900
mbedtls_ssl_get_record_expansion()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MBEDTLS_MODE_CHACHAPOLY
is read by 4 functions:
All items filtered out
MBEDTLS_MODE_CHACHAPOLY
mbedtls_ssl_derive_keys()
ssl_encrypt_buf()
ssl_decrypt_buf()
mbedtls_ssl_get_record_expansion()
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