mbedTLS
gcm_gen_table_rightshift()
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
gcm_gen_table_rightshift()
gcm_gen_table_rightshift() function
Syntax
Show:
Summary
Declaration
from
gcm.c:106
static
inline
void
gcm_gen_table_rightshift
(
uint64_t
dst
[
2
]
,
const
uint64_t
src
[
2
]
)
;
Arguments
Argument
Declared as
dst
uint64_t
[
2
]
src
const
uint64_t
[
2
]
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
gcm_gen_table_rightshift
(
uint64_t
dst
[
2
]
,
const
uint64_t
src
[
2
]
)
gcm.c:106
gcm_gen_table_rightshift
(
ctx
->
H
[
i
]
,
ctx
->
H
[
i
*
2
]
)
;
gcm.c:164
gcm_gen_table()
Call Tree
from
examples
gcm_gen_table_rightshift()
is called by 1 function and calls 2 functions:
gcm_gen_table()
All items filtered out
gcm_gen_table_rightshift()
mbedtls_get_unaligned_uint64()
mbedtls_put_unaligned_uint64()
All items filtered out
Data Use
from
examples
gcm_gen_table_rightshift()
:
All items filtered out
gcm_gen_table_rightshift()
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