mbedTLS
MBEDTLS_MODE_GCM
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
STM32 Libraries and Samples
mbedTLS
MBEDTLS_MODE_GCM
MBEDTLS_MODE_GCM value
The GCM cipher mode.
Syntax
Show:
Summary
Declaration
from
cipher.h:189
MBEDTLS_MODE_GCM
;
Examples
References
from
examples
Code
Location
Referrer
MBEDTLS_MODE_GCM
,
/**< The GCM cipher mode. */
cipher.h:189
if
(
MBEDTLS_MODE_GCM
==
ctx
->
cipher_info
->
mode
)
cipher.c:317
mbedtls_cipher_update_ad()
if
(
ctx
->
cipher_info
->
mode
==
MBEDTLS_MODE_GCM
)
cipher.c:382
mbedtls_cipher_update()
MBEDTLS_MODE_GCM
==
ctx
->
cipher_info
->
mode
||
cipher.c:776
mbedtls_cipher_finish()
if
(
MBEDTLS_MODE_GCM
==
ctx
->
cipher_info
->
mode
)
cipher.c:915
mbedtls_cipher_write_tag()
if
(
MBEDTLS_MODE_GCM
==
ctx
->
cipher_info
->
mode
)
cipher.c:952
mbedtls_cipher_check_tag()
if
(
MBEDTLS_MODE_GCM
==
ctx
->
cipher_info
->
mode
)
cipher.c:1051
mbedtls_cipher_auth_encrypt()
if
(
MBEDTLS_MODE_GCM
==
ctx
->
cipher_info
->
mode
)
cipher.c:1106
mbedtls_cipher_auth_decrypt()
MBEDTLS_MODE_GCM
,
cipher_wrap.c:552
MBEDTLS_MODE_GCM
,
cipher_wrap.c:563
MBEDTLS_MODE_GCM
,
cipher_wrap.c:574
MBEDTLS_MODE_GCM
,
cipher_wrap.c:927
MBEDTLS_MODE_GCM
,
cipher_wrap.c:938
MBEDTLS_MODE_GCM
,
cipher_wrap.c:949
if
(
cipher_info
->
mode
==
MBEDTLS_MODE_GCM
||
ssl_tls.c:810
mbedtls_ssl_derive_keys()
if
(
mode
==
MBEDTLS_MODE_GCM
||
ssl_tls.c:1551
ssl_encrypt_buf()
if
(
mode
==
MBEDTLS_MODE_GCM
||
ssl_tls.c:1841
ssl_decrypt_buf()
case
MBEDTLS_MODE_GCM
:
ssl_tls.c:7898
mbedtls_ssl_get_record_expansion()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MBEDTLS_MODE_GCM
is read by 11 functions:
All items filtered out
MBEDTLS_MODE_GCM
mbedtls_cipher_update_ad()
mbedtls_cipher_update()
mbedtls_cipher_finish()
mbedtls_cipher_write_tag()
mbedtls_cipher_check_tag()
mbedtls_cipher_auth_encrypt()
mbedtls_cipher_auth_decrypt()
mbedtls_ssl_derive_keys()
ssl_encrypt_buf()
ssl_decrypt_buf()
mbedtls_ssl_get_record_expansion()
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