ESP-IDF
xor_block()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
xor_block()
xor_block() function
Syntax
Show:
Summary
Declaration
from
aes-gcm.c:25
static
void
xor_block
(
u8
*
dst
,
const
u8
*
src
)
;
Arguments
Argument
dst
src
Examples
References
from
examples
Code
Location
Referrer
static
void
xor_block
(
u8
*
dst
,
const
u8
*
src
)
aes-gcm.c:25
xor_block
(
z
,
v
)
;
aes-gcm.c:77
gf_mult()
xor_block
(
y
,
xpos
)
;
aes-gcm.c:113
ghash()
xor_block
(
y
,
tmp
)
;
aes-gcm.c:130
ghash()
xor_block
(
ypos
,
xpos
)
;
aes-gcm.c:159
aes_gctr()
Call Tree
from
examples
xor_block()
is called by 3 functions:
gf_mult()
ghash()
aes_gctr()
All items filtered out
xor_block()
All items filtered out
Data Use
from
examples
xor_block()
:
All items filtered out
xor_block()
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