mbedTLS
gcm_mult_smalltable()
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_mult_smalltable()
gcm_mult_smalltable() function
Syntax
Show:
Summary
Declaration
from
gcm.c:328
static
void
gcm_mult_smalltable
(
uint8_t
*
output
,
const
uint8_t
*
x
,
uint64_t
H
[
16
]
[
2
]
)
;
Arguments
Argument
output
x
H
Examples
References
from
examples
Code
Location
Referrer
static
void
gcm_mult_smalltable
(
uint8_t
*
output
,
const
uint8_t
*
x
,
uint64_t
H
[
16
]
[
2
]
)
gcm.c:328
gcm_mult_smalltable
(
output
,
x
,
ctx
->
H
)
;
gcm.c:395
gcm_mult()
Call Tree
from
examples
gcm_mult_smalltable()
is called by 1 function and calls 2 functions:
gcm_mult()
All items filtered out
gcm_mult_smalltable()
mbedtls_put_unaligned_uint64()
mbedtls_xor_no_simd()
All items filtered out
Data Use
from
examples
gcm_mult_smalltable()
reads 1 variable:
last4
All items filtered out
gcm_mult_smalltable()
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