mbedTLS
mbedtls_put_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_put_unaligned_uint64()
mbedtls_put_unaligned_uint64() function
Syntax
Show:
Summary
Declaration
from
alignment.h:244
__attribute__
(
(
always_inline
)
)
#endif
static
inline
void
mbedtls_put_unaligned_uint64
(
void
*
p
,
uint64_t
x
)
;
Arguments
Argument
p
x
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
mbedtls_put_unaligned_uint64
(
void
*
p
,
uint64_t
x
)
alignment.h:246
MBEDTLS_PUT_UINT64_LE
(
ra
,
r
,
0
)
;
aes.c:1176
mbedtls_gf128mul_x_ble()
MBEDTLS_PUT_UINT64_LE
(
rb
,
r
,
8
)
;
aes.c:1177
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()
MBEDTLS_PUT_UINT64_BE
(
ctx
->
H
[
i
]
[
0
]
,
&
ctx
->
H
[
i
]
[
0
]
,
0
)
;
gcm.c:170
gcm_gen_table()
MBEDTLS_PUT_UINT64_BE
(
ctx
->
H
[
i
]
[
1
]
,
&
ctx
->
H
[
i
]
[
1
]
,
0
)
;
gcm.c:171
gcm_gen_table()
MBEDTLS_PUT_UINT64_BE
(
u64z
[
0
]
,
output
,
0
)
;
gcm.c:364
gcm_mult_smalltable()
MBEDTLS_PUT_UINT64_BE
(
u64z
[
1
]
,
output
,
8
)
;
gcm.c:365
gcm_mult_smalltable()
MBEDTLS_PUT_UINT64_BE
(
iv_bits
,
work_buf
,
8
)
;
gcm.c:435
mbedtls_gcm_starts_soft()
sha512_put_uint64_be
(
high
,
ctx
->
buffer
,
112
)
;
sha512.c:850
mbedtls_sha512_finish()
sha512_put_uint64_be
(
low
,
ctx
->
buffer
,
120
)
;
sha512.c:851
mbedtls_sha512_finish()
sha512_put_uint64_be
(
ctx
->
state
[
0
]
,
output
,
0
)
;
sha512.c:860
mbedtls_sha512_finish()
sha512_put_uint64_be
(
ctx
->
state
[
1
]
,
output
,
8
)
;
sha512.c:861
mbedtls_sha512_finish()
sha512_put_uint64_be
(
ctx
->
state
[
2
]
,
output
,
16
)
;
sha512.c:862
mbedtls_sha512_finish()
sha512_put_uint64_be
(
ctx
->
state
[
3
]
,
output
,
24
)
;
sha512.c:863
mbedtls_sha512_finish()
sha512_put_uint64_be
(
ctx
->
state
[
4
]
,
output
,
32
)
;
sha512.c:864
mbedtls_sha512_finish()
sha512_put_uint64_be
(
ctx
->
state
[
5
]
,
output
,
40
)
;
sha512.c:865
mbedtls_sha512_finish()
sha512_put_uint64_be
(
ctx
->
state
[
6
]
,
output
,
48
)
;
sha512.c:871
mbedtls_sha512_finish()
sha512_put_uint64_be
(
ctx
->
state
[
7
]
,
output
,
56
)
;
sha512.c:872
mbedtls_sha512_finish()
MBEDTLS_PUT_UINT64_BE
(
start
,
p
,
0
)
;
ssl_tls.c:3416
ssl_tls12_session_save()
MBEDTLS_PUT_UINT64_BE
(
(
uint64_t
)
session
->
ticket_creation_time
,
p
,
0
)
;
ssl_tls.c:3512
ssl_tls12_session_save()
Call Tree
from
examples
mbedtls_put_unaligned_uint64()
is called by 8 functions:
mbedtls_gf128mul_x_ble()
gcm_gen_table_rightshift()
gcm_gen_table()
gcm_mult_smalltable()
mbedtls_gcm_starts_soft()
mbedtls_gcm_starts()
mbedtls_sha512_finish()
ssl_tls12_session_save()
All items filtered out
mbedtls_put_unaligned_uint64()
All items filtered out
Data Use
from
examples
mbedtls_put_unaligned_uint64()
:
All items filtered out
mbedtls_put_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