mbedTLS
mbedtls_camellia_context
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_camellia_context
mbedtls_camellia_context struct
CAMELLIA context structure
Syntax
Show:
Summary
Declaration
from
camellia.h:63
typedef
struct
mbedtls_camellia_context
{
int
nr
;
uint32_t
rk
[
68
]
;
}
mbedtls_camellia_context
;
Fields
Field
Declared as
Description
mbedtls_camellia_context::nr
int
number of rounds.
mbedtls_camellia_context::rk
uint32_t
[
68
]
CAMELLIA round keys.
Related Functions
Found 5 other functions taking a
mbedtls_camellia_context
argument:
Function
Description
mbedtls_camellia_init()
Initialize a CAMELLIA context.
mbedtls_camellia_free()
Clear a CAMELLIA context.
mbedtls_camellia_setkey_enc()
Perform a CAMELLIA key schedule operation for encryption.
mbedtls_camellia_setkey_dec()
Perform a CAMELLIA key schedule operation for decryption.
mbedtls_camellia_crypt_ecb()
Perform a CAMELLIA-ECB block encryption/decryption operation.
Examples
References
from
examples
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