mbedTLS
mbedtls_xor_no_simd()
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
mbedtls_xor_no_simd()
mbedtls_xor_no_simd() function
Syntax
Show:
Summary
Declaration
from
common.h:244
__attribute__
(
(
always_inline
)
)
#endif
static
inline
void
mbedtls_xor_no_simd
(
unsigned
char
*
r
,
const
unsigned
char
*
a
,
const
unsigned
char
*
b
,
size_t
n
)
;
Arguments
Argument
r
a
b
n
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
mbedtls_xor_no_simd
(
unsigned
char
*
r
,
common.h:268
mbedtls_xor_no_simd
(
output
,
output
,
iv
,
16
)
;
aes.c:1119
mbedtls_aes_crypt_cbc()
mbedtls_xor_no_simd
(
output
,
input
,
ivp
,
16
)
;
aes.c:1129
mbedtls_aes_crypt_cbc()
mbedtls_xor_no_simd
(
state
,
cmac_ctx
->
unprocessed_block
,
state
,
block_size
)
;
cmac.c:227
mbedtls_cipher_cmac_update()
mbedtls_xor_no_simd
(
state
,
input
,
state
,
block_size
)
;
cmac.c:245
mbedtls_cipher_cmac_update()
mbedtls_xor_no_simd
(
(
unsigned
char
*
)
ctx
->
H
[
i
+
j
]
,
gcm.c:177
gcm_gen_table()
mbedtls_xor_no_simd
(
u8z
,
u8z
,
(
uint8_t
*
)
H
[
hi
]
,
16
)
;
gcm.c:345
gcm_mult_smalltable()
mbedtls_xor_no_simd
(
u8z
,
u8z
,
(
uint8_t
*
)
H
[
lo
]
,
16
)
;
gcm.c:355
gcm_mult_smalltable()
mbedtls_xor_no_simd
(
u8z
,
u8z
,
(
uint8_t
*
)
H
[
hi
]
,
16
)
;
gcm.c:361
gcm_mult_smalltable()
Call Tree
from
examples
mbedtls_xor_no_simd()
is called by 4 functions:
mbedtls_aes_crypt_cbc()
mbedtls_cipher_cmac_update()
gcm_gen_table()
gcm_mult_smalltable()
All items filtered out
mbedtls_xor_no_simd()
All items filtered out
Data Use
from
examples
mbedtls_xor_no_simd()
:
All items filtered out
mbedtls_xor_no_simd()
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