mbedTLS
mbedtls_chachapoly_mode_t
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_chachapoly_mode_t
mbedtls_chachapoly_mode_t enum
Syntax
Show:
Summary
Declaration
from
chachapoly.h:38
enum
{
MBEDTLS_CHACHAPOLY_ENCRYPT
,
MBEDTLS_CHACHAPOLY_DECRYPT
}
;
Values
Value
Declared as
Description
mbedtls_chachapoly_mode_t::MBEDTLS_CHACHAPOLY_ENCRYPT
The mode value for performing encryption.
mbedtls_chachapoly_mode_t::MBEDTLS_CHACHAPOLY_DECRYPT
The mode value for performing decryption.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
chachapoly.h:38
mbedtls_chachapoly_mode_t
;
chachapoly.h:42
mbedtls_chachapoly_mode_t
mbedtls_chachapoly_mode_t
MBEDTLS_PRIVATE
(
mode
)
;
/**< Cipher mode (encrypt or decrypt). */
chachapoly.h:54
mbedtls_chachapoly_context
mbedtls_chachapoly_mode_t
mode
)
;
chachapoly.h:156
mbedtls_chachapoly_starts()
mbedtls_chachapoly_starts()::mode
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
Instance
Scope
Location
Project
mbedtls_chachapoly_starts()::mode
mbedtls_chachapoly_starts()
chachapoly.h:156
Lifecycle
from
examples
All items filtered out
All items filtered out