mbedTLS
xor_data()
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
xor_data()
xor_data() function
Syntax
Show:
Summary
Declaration
from
esp_aes_gcm.c:103
static
void
xor_data
(
uint8_t
*
d
,
const
uint8_t
*
s
)
;
Arguments
Argument
d
s
Examples
References
from
examples
Code
Location
Referrer
static
void
xor_data
(
uint8_t
*
d
,
const
uint8_t
*
s
)
esp_aes_gcm.c:103
xor_data
(
z
,
x
)
;
esp_aes_gcm.c:321
esp_gcm_ghash()
xor_data
(
z
,
tmp
)
;
esp_aes_gcm.c:333
esp_gcm_ghash()
Call Tree
from
examples
xor_data()
is called by 1 function:
esp_gcm_ghash()
All items filtered out
xor_data()
All items filtered out
Data Use
from
examples
xor_data()
:
All items filtered out
xor_data()
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