mbedTLS
ESP_PUT_BE64
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
ESP_PUT_BE64
ESP_PUT_BE64 macro
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.c:39
#define
ESP_PUT_BE64
(
a
,
val
)
\
do
{
\
*
(
uint64_t
*
)
(
a
)
=
__builtin_bswap64
(
(
uint64_t
)
(
val
)
)
;
\
}
while
(
0
)
Arguments
Argument
a
val
Examples
References
from
examples
Code
Location
#define
ESP_PUT_BE64
(
a
,
val
)
\
esp_aes_gcm.c:39
ESP_PUT_BE64
(
len_buf
+
8
,
ctx
->
iv_len
*
8
)
;
esp_aes_gcm.c:73
ESP_PUT_BE64
(
len_block
,
ctx
->
aad_len
*
8
)
;
esp_aes_gcm.c:582
ESP_PUT_BE64
(
len_block
+
8
,
ctx
->
data_len
*
8
)
;
esp_aes_gcm.c:583
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