mbedTLS
mbedtls_gcm_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_gcm_context::cipher_ctx
mbedtls_gcm_context::cipher_ctx field
Syntax
Show:
Summary
Declaration
from
gcm.h:73
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. */
gcm.h:73
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
h
,
16
,
h
,
&
olen
)
;
gcm.c:135
gcm_gen_table()
mbedtls_cipher_free
(
&
ctx
->
cipher_ctx
)
;
gcm.c:222
mbedtls_gcm_setkey()
if
(
(
ret
=
mbedtls_cipher_setup
(
&
ctx
->
cipher_ctx
,
cipher_info
)
)
!=
0
)
{
gcm.c:224
mbedtls_gcm_setkey()
if
(
(
ret
=
mbedtls_cipher_setkey
(
&
ctx
->
cipher_ctx
,
key
,
keybits
,
gcm.c:228
mbedtls_gcm_setkey()
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
y
,
16
,
ctx
->
base_ectr
,
&
olen
)
;
gcm.c:467
mbedtls_gcm_starts()
ret
=
mbedtls_cipher_update
(
&
ctx
->
cipher_ctx
,
ctx
->
y
,
16
,
ectr
,
&
olen
)
;
gcm.c:572
gcm_mask()
mbedtls_cipher_free
(
&
ctx
->
cipher_ctx
)
;
gcm.c:804
mbedtls_gcm_free()
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