mbedTLS
mbedtls_cipher_info_t::mode
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_cipher_info_t::mode
mbedtls_cipher_info_t::mode field
The cipher mode. For example, MBEDTLS_MODE_CBC.
Syntax
Show:
Summary
Declaration
from
cipher.h:250
mbedtls_cipher_mode_t
mode
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_cipher_mode_t
mode
;
cipher.h:250
def
->
info
->
mode
==
mode
)
cipher.c:150
mbedtls_cipher_info_from_values()
MBEDTLS_MODE_CFB
==
ctx
->
cipher_info
->
mode
||
cipher.c:234
mbedtls_cipher_setkey()
MBEDTLS_MODE_OFB
==
ctx
->
cipher_info
->
mode
||
cipher.c:235
mbedtls_cipher_setkey()
MBEDTLS_MODE_CTR
==
ctx
->
cipher_info
->
mode
)
cipher.c:236
mbedtls_cipher_setkey()
if
(
MBEDTLS_MODE_GCM
==
ctx
->
cipher_info
->
mode
)
cipher.c:317
mbedtls_cipher_update_ad()
if
(
ctx
->
cipher_info
->
mode
==
MBEDTLS_MODE_ECB
)
cipher.c:365
mbedtls_cipher_update()
if
(
ctx
->
cipher_info
->
mode
==
MBEDTLS_MODE_GCM
)
cipher.c:382
mbedtls_cipher_update()
if
(
MBEDTLS_MODE_CFB
==
ctx
->
cipher_info
->
mode
||
cipher.c:773
mbedtls_cipher_finish()
MBEDTLS_MODE_OFB
==
ctx
->
cipher_info
->
mode
||
cipher.c:774
mbedtls_cipher_finish()
MBEDTLS_MODE_CTR
==
ctx
->
cipher_info
->
mode
||
cipher.c:775
mbedtls_cipher_finish()
MBEDTLS_MODE_GCM
==
ctx
->
cipher_info
->
mode
||
cipher.c:776
mbedtls_cipher_finish()
MBEDTLS_MODE_XTS
==
ctx
->
cipher_info
->
mode
||
cipher.c:777
mbedtls_cipher_finish()
MBEDTLS_MODE_STREAM
==
ctx
->
cipher_info
->
mode
)
cipher.c:778
mbedtls_cipher_finish()
if
(
MBEDTLS_MODE_ECB
==
ctx
->
cipher_info
->
mode
)
cipher.c:789
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()
return
ctx
->
cipher_info
->
mode
;
cipher.h:453
mbedtls_cipher_get_cipher_mode()
if
(
cipher_info
->
mode
==
MBEDTLS_MODE_GCM
||
ssl_tls.c:810
mbedtls_ssl_derive_keys()
cipher_info
->
mode
==
MBEDTLS_MODE_CCM
||
ssl_tls.c:811
mbedtls_ssl_derive_keys()
cipher_info
->
mode
==
MBEDTLS_MODE_CHACHAPOLY
)
ssl_tls.c:812
mbedtls_ssl_derive_keys()
if
(
cipher_info
->
mode
==
MBEDTLS_MODE_CHACHAPOLY
)
ssl_tls.c:824
mbedtls_ssl_derive_keys()
if
(
cipher_info
->
mode
==
MBEDTLS_MODE_STREAM
)
ssl_tls.c:875
mbedtls_ssl_derive_keys()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_cipher_info_t::mode
is read by 11 functions:
All items filtered out
mbedtls_cipher_info_t::mode
mbedtls_cipher_get_cipher_mode()
mbedtls_cipher_info_from_values()
mbedtls_cipher_setkey()
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()
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