ESP-IDF
aes_context
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
aes_context
aes_context struct
Syntax
Show:
Summary
Declaration
from
aes.h:68
typedef
struct
{
uint_8t
ksch
[
(
N_MAX_ROUNDS
+
1
)
*
N_BLOCK
]
;
uint_8t
rnd
;
}
aes_context
;
Fields
Field
Declared as
aes_context::ksch
uint_8t
[
(
N_MAX_ROUNDS
+
1
)
*
N_BLOCK
]
aes_context::rnd
uint_8t
Related Functions
Found 5 other functions taking a
aes_context
argument:
Function
bluedroid_aes_encrypt()
aes_set_key()
bluedroid_aes_decrypt()
aes_cbc_encrypt()
aes_cbc_decrypt()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
aes.h:68
}
aes_context
;
aes.h:71
return_type
aes_set_key
(
const
unsigned
char
key
[
]
,
length_type
keylen
,
aes_context
ctx
[
1
]
)
aes.c:513
aes_set_key()
aes_set_key()::ctx
return_type
bluedroid_aes_encrypt
(
const
unsigned
char
in
[
N_BLOCK
]
,
unsigned
char
out
[
N_BLOCK
]
,
const
aes_context
ctx
[
1
]
)
aes.c:573
bluedroid_aes_encrypt()
bluedroid_aes_encrypt()::ctx
int
n_block
,
unsigned
char
iv
[
N_BLOCK
]
,
const
aes_context
ctx
[
1
]
)
aes.c:603
aes_cbc_encrypt()
aes_cbc_encrypt()::ctx
return_type
bluedroid_aes_decrypt
(
const
unsigned
char
in
[
N_BLOCK
]
,
unsigned
char
out
[
N_BLOCK
]
,
const
aes_context
ctx
[
1
]
)
aes.c:624
bluedroid_aes_decrypt()
bluedroid_aes_decrypt()::ctx
int
n_block
,
unsigned
char
iv
[
N_BLOCK
]
,
const
aes_context
ctx
[
1
]
)
aes.c:654
aes_cbc_decrypt()
aes_cbc_decrypt()::ctx
}
aes_context
;
aes.h:71
aes_context
aes_context
ctx
[
1
]
)
;
aes.h:85
aes_set_key()
aes_set_key()::ctx
const
aes_context
ctx
[
1
]
)
;
aes.h:92
bluedroid_aes_encrypt()
bluedroid_aes_encrypt()::ctx
const
aes_context
ctx
[
1
]
)
;
aes.h:98
aes_cbc_encrypt()
aes_cbc_encrypt()::ctx
const
aes_context
ctx
[
1
]
)
;
aes.h:105
bluedroid_aes_decrypt()
bluedroid_aes_decrypt()::ctx
const
aes_context
ctx
[
1
]
)
;
aes.h:111
aes_cbc_decrypt()
aes_cbc_decrypt()::ctx
aes_context
ctx
;
smp_keys.c:162
smp_encrypt_data()
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
aes_set_key()::ctx
aes_set_key()
aes.h:85
bluedroid_aes_encrypt()::ctx
bluedroid_aes_encrypt()
aes.h:92
aes_cbc_encrypt()::ctx
aes_cbc_encrypt()
aes.h:98
bluedroid_aes_decrypt()::ctx
bluedroid_aes_decrypt()
aes.h:105
aes_cbc_decrypt()::ctx
aes_cbc_decrypt()
aes.h:111
aes_set_key()::ctx
aes_set_key()
aes.c:513
bluedroid_aes_encrypt()::ctx
bluedroid_aes_encrypt()
aes.c:573
aes_cbc_encrypt()::ctx
aes_cbc_encrypt()
aes.c:603
bluedroid_aes_decrypt()::ctx
bluedroid_aes_decrypt()
aes.c:624
aes_cbc_decrypt()::ctx
aes_cbc_decrypt()
aes.c:654
Lifecycle
from
examples
All items filtered out
All items filtered out