ESP-IDF
ghash()
is only used within ESP-IDF.
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
ESP-IDF
ghash()
ghash() function
Syntax
Show:
Summary
Declaration
from
aes-gcm.c:103
static
void
ghash
(
const
u8
*
h
,
const
u8
*
x
,
size_t
xlen
,
u8
*
y
)
;
Arguments
Argument
Declared as
h
const
u8
*
x
const
u8
*
xlen
size_t
y
u8
*
Examples
References
from
examples
Code
Location
Referrer
static
void
ghash
(
const
u8
*
h
,
const
u8
*
x
,
size_t
xlen
,
u8
*
y
)
aes-gcm.c:103
ghash
(
H
,
iv
,
iv_len
,
J0
)
;
aes-gcm.c:207
aes_gcm_prepare_j0()
ghash
(
H
,
len_buf
,
sizeof
(
len_buf
)
,
J0
)
;
aes-gcm.c:210
aes_gcm_prepare_j0()
ghash
(
H
,
aad
,
aad_len
,
S
)
;
aes-gcm.c:241
aes_gcm_ghash()
ghash
(
H
,
crypt
,
crypt_len
,
S
)
;
aes-gcm.c:242
aes_gcm_ghash()
ghash
(
H
,
len_buf
,
sizeof
(
len_buf
)
,
S
)
;
aes-gcm.c:245
aes_gcm_ghash()
Call Tree
from
examples
ghash()
is called by 2 functions and calls 2 functions:
aes_gcm_prepare_j0()
aes_gcm_ghash()
All items filtered out
ghash()
gf_mult()
xor_block()
All items filtered out
Data Use
from
examples
ghash()
:
All items filtered out
ghash()
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