ESP-IDF
tCMAC_CB::text
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tCMAC_CB::text
tCMAC_CB::text field
Syntax
Show:
Summary
Declaration
from
smp_cmac.c:37
UINT8
*
text
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
*
text
;
smp_cmac.c:37
if
(
cmac_cb
.
text
!=
NULL
)
{
smp_cmac.c:118
cmac_aes_cleanup()
osi_free
(
cmac_cb
.
text
)
;
smp_cmac.c:119
cmac_aes_cleanup()
smp_xor_128
(
&
cmac_cb
.
text
[
(
cmac_cb
.
round
-
i
)
*
BT_OCTET16_LEN
]
,
x
)
;
/* Mi' := Mi (+) X */
smp_cmac.c:143
cmac_aes_k_calculate()
if
(
!
SMP_Encrypt
(
key
,
BT_OCTET16_LEN
,
&
cmac_cb
.
text
[
(
cmac_cb
.
round
-
i
)
*
BT_OCTET16_LEN
]
,
BT_OCTET16_LEN
,
&
output
)
)
{
smp_cmac.c:145
cmac_aes_k_calculate()
smp_xor_128
(
&
cmac_cb
.
text
[
0
]
,
k1
)
;
smp_cmac.c:193
cmac_prepare_last_block()
padding
(
&
cmac_cb
.
text
[
0
]
,
(
UINT8
)
(
cmac_cb
.
len
%
16
)
)
;
smp_cmac.c:195
cmac_prepare_last_block()
smp_xor_128
(
&
cmac_cb
.
text
[
0
]
,
k2
)
;
smp_cmac.c:197
cmac_prepare_last_block()
if
(
(
cmac_cb
.
text
=
(
UINT8
*
)
osi_malloc
(
len
)
)
!=
NULL
)
{
smp_cmac.c:296
aes_cipher_msg_auth_code()
memset
(
cmac_cb
.
text
,
0
,
len
)
;
smp_cmac.c:299
aes_cipher_msg_auth_code()
memcpy
(
&
cmac_cb
.
text
[
diff
]
,
input
,
(
int
)
length
)
;
smp_cmac.c:303
aes_cipher_msg_auth_code()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tCMAC_CB::text
is written by 1 function and is read by 4 functions:
aes_cipher_msg_auth_code()
All items filtered out
tCMAC_CB::text
cmac_aes_cleanup()
cmac_aes_k_calculate()
cmac_prepare_last_block()
aes_cipher_msg_auth_code()
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