mbedTLS
mbedtls_ccm_context::cipher_ctx
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::cipher_ctx
mbedtls_ccm_context::cipher_ctx field
Syntax
Show:
Summary
Declaration
from
ccm.h:90
mbedtls_cipher_context_t
MBEDTLS_PRIVATE
(
cipher_ctx
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_cipher_context_t
MBEDTLS_PRIVATE
(
cipher_ctx
)
;
/*!< The cipher context used. */
ccm.h:90
mbedtls_cipher_free
(
&
ctx
->
cipher_ctx
)
;
ccm.c:82
mbedtls_ccm_setkey()
if
(
(
ret
=
mbedtls_cipher_setup
(
&
ctx
->
cipher_ctx
,
cipher_info
)
)
!=
0
)
{
ccm.c:84
mbedtls_ccm_setkey()
if
(
(
ret
=
mbedtls_cipher_setkey
(
&
ctx
->
cipher_ctx
,
key
,
keybits
,
ccm.c:88
mbedtls_ccm_setkey()
mbedtls_cipher_free
(
&
ctx
->
cipher_ctx
)
;
ccm.c:108
mbedtls_ccm_free()
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
ctr
,
16
,
tmp_buf
,
&
olen
)
;
ccm.c:135
mbedtls_ccm_crypt()
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
y
,
16
,
ctx
->
y
,
&
olen
)
;
ccm.c:212
ccm_calculate_first_block_if_ready()
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
y
,
16
,
ctx
->
y
,
&
olen
)
;
ccm.c:340
mbedtls_ccm_update_ad()
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
y
,
16
,
ctx
->
y
,
&
olen
)
;
ccm.c:409
mbedtls_ccm_update()
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
y
,
16
,
ctx
->
y
,
&
olen
)
;
ccm.c:444
mbedtls_ccm_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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