mbedTLS
mbedtls_get_unaligned_uint64()
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
mbedtls_get_unaligned_uint64()
mbedtls_get_unaligned_uint64() function
Syntax
Show:
Summary
Declaration
from
alignment.h:217
__attribute__
(
(
always_inline
)
)
#endif
static
inline
uint64_t
mbedtls_get_unaligned_uint64
(
const
void
*
p
)
;
Arguments
Argument
p
Examples
References
from
examples
Code
Location
Referrer
static
inline
uint64_t
mbedtls_get_unaligned_uint64
(
const
void
*
p
)
alignment.h:219
a
=
MBEDTLS_GET_UINT64_LE
(
x
,
0
)
;
aes.c:1170
mbedtls_gf128mul_x_ble()
b
=
MBEDTLS_GET_UINT64_LE
(
x
,
8
)
;
aes.c:1171
mbedtls_gf128mul_x_ble()
MBEDTLS_PUT_UINT64_BE
(
MBEDTLS_GET_UINT64_BE
(
&
src
[
1
]
,
0
)
>
>
1
,
&
dst
[
1
]
,
0
)
;
gcm.c:111
gcm_gen_table_rightshift()
MBEDTLS_PUT_UINT64_BE
(
MBEDTLS_GET_UINT64_BE
(
&
src
[
0
]
,
0
)
>
>
1
,
&
dst
[
0
]
,
0
)
;
gcm.c:113
gcm_gen_table_rightshift()
local
.
W
[
i
]
=
MBEDTLS_GET_UINT64_BE
(
data
,
i
<
<
3
)
;
sha512.c:654
mbedtls_internal_sha512_process()
start
=
MBEDTLS_GET_UINT64_BE
(
p
,
0
)
;
ssl_tls.c:3566
ssl_tls12_session_load()
session
->
ticket_creation_time
=
MBEDTLS_GET_UINT64_BE
(
p
,
0
)
;
ssl_tls.c:3716
ssl_tls12_session_load()
Call Tree
from
examples
mbedtls_get_unaligned_uint64()
is called by 4 functions:
mbedtls_gf128mul_x_ble()
gcm_gen_table_rightshift()
mbedtls_internal_sha512_process()
ssl_tls12_session_load()
All items filtered out
mbedtls_get_unaligned_uint64()
All items filtered out
Data Use
from
examples
mbedtls_get_unaligned_uint64()
:
All items filtered out
mbedtls_get_unaligned_uint64()
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