mbedTLS
mbedtls_ccm_context::ctr
is only used within mbedTLS.
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
mbedTLS
mbedtls_ccm_context::ctr
mbedtls_ccm_context::ctr field
The counter buffer
Syntax
Show:
Summary
Declaration
from
ccm.h:71
unsigned
char
MBEDTLS_PRIVATE
(
ctr
)
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
ctr
)
[
16
]
;
/*!< The counter buffer */
ccm.h:71
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
ctr
,
16
,
tmp_buf
,
&
olen
)
;
ccm.c:135
mbedtls_ccm_crypt()
memset
(
ctx
->
ctr
,
0
,
16
)
;
ccm.c:153
mbedtls_ccm_clear_state()
memset
(
ctx
->
ctr
,
0
,
16
)
;
ccm.c:245
mbedtls_ccm_starts()
ctx
->
ctr
[
0
]
=
ctx
->
q
-
1
;
ccm.c:246
mbedtls_ccm_starts()
memcpy
(
ctx
->
ctr
+
1
,
iv
,
iv_len
)
;
ccm.c:247
mbedtls_ccm_starts()
memset
(
ctx
->
ctr
+
1
+
iv_len
,
0
,
ctx
->
q
)
;
ccm.c:248
mbedtls_ccm_starts()
ctx
->
ctr
[
15
]
=
1
;
ccm.c:249
mbedtls_ccm_starts()
if
(
++
(
ctx
->
ctr
)
[
15
-
i
]
!=
0
)
{
ccm.c:455
mbedtls_ccm_update()
ctx
->
ctr
[
15
-
i
]
=
0
;
ccm.c:494
mbedtls_ccm_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ccm_context::ctr
is read by 5 functions:
All items filtered out
mbedtls_ccm_context::ctr
mbedtls_ccm_crypt()
mbedtls_ccm_clear_state()
mbedtls_ccm_starts()
mbedtls_ccm_update()
mbedtls_ccm_finish()
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