mbedTLS
mbedtls_operation_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
STM32 Libraries and Samples
mbedTLS
mbedtls_operation_t
mbedtls_operation_t enum
Syntax
Show:
Summary
Declaration
from
cipher.h:206
enum
{
MBEDTLS_OPERATION_NONE
=
-
1
,
MBEDTLS_DECRYPT
=
0
,
MBEDTLS_ENCRYPT
,
}
;
Values
Value
Declared as
mbedtls_operation_t::MBEDTLS_OPERATION_NONE
=
-
1
mbedtls_operation_t::MBEDTLS_DECRYPT
=
0
mbedtls_operation_t::MBEDTLS_ENCRYPT
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
cipher.h:206
}
mbedtls_operation_t
;
cipher.h:210
const
mbedtls_operation_t
operation
)
cipher.c:212
mbedtls_cipher_setkey()
mbedtls_cipher_setkey()::operation
}
mbedtls_operation_t
;
cipher.h:210
mbedtls_operation_t
mbedtls_operation_t
operation
;
cipher.h:295
mbedtls_cipher_context_t
mbedtls_cipher_context_t::operation
static
inline
mbedtls_operation_t
mbedtls_cipher_get_operation
(
cipher.h:545
mbedtls_cipher_get_operation()
const
mbedtls_operation_t
operation
)
;
cipher.h:575
mbedtls_cipher_setkey()
mbedtls_cipher_setkey()::operation
int
(
*
ecb_func
)
(
void
*
ctx
,
mbedtls_operation_t
mode
,
cipher_internal.h:50
static
int
aes_crypt_ecb_wrap
(
void
*
ctx
,
mbedtls_operation_t
operation
,
cipher_wrap.c:128
aes_crypt_ecb_wrap()
aes_crypt_ecb_wrap()::operation
static
int
camellia_crypt_ecb_wrap
(
void
*
ctx
,
mbedtls_operation_t
operation
,
cipher_wrap.c:657
camellia_crypt_ecb_wrap()
camellia_crypt_ecb_wrap()::operation
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_cipher_context_t::operation
mbedtls_cipher_context_t
cipher.h:295
return
mbedtls_cipher_get_operation()
cipher.h:545
mbedtls_cipher_setkey()::operation
mbedtls_cipher_setkey()
cipher.h:575
mbedtls_cipher_setkey()::operation
mbedtls_cipher_setkey()
cipher.c:212
aes_crypt_ecb_wrap()::operation
aes_crypt_ecb_wrap()
cipher_wrap.c:128
camellia_crypt_ecb_wrap()::operation
camellia_crypt_ecb_wrap()
cipher_wrap.c:657
Lifecycle
from
examples
All items filtered out
All items filtered out