mbedTLS
mbedtls_psa_cipher_operation_t::alg
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_psa_cipher_operation_t::alg
mbedtls_psa_cipher_operation_t::alg field
Syntax
Show:
Summary
Declaration
from
crypto_builtin_primitives.h:103
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg
;
Examples
References
from
examples
Code
Location
Referrer
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg
)
;
crypto_builtin_primitives.h:103
operation
->
alg
=
alg
;
psa_crypto_cipher.c:298
psa_cipher_setup()
if
(
!
PSA_ALG_IS_STREAM_CIPHER
(
operation
->
alg
)
)
{
psa_crypto_cipher.c:507
mbedtls_psa_cipher_update()
if
(
operation
->
alg
==
PSA_ALG_ECB_NO_PADDING
)
{
psa_crypto_cipher.c:524
mbedtls_psa_cipher_update()
if
(
operation
->
alg
==
PSA_ALG_ECB_NO_PADDING
||
psa_crypto_cipher.c:560
mbedtls_psa_cipher_finish()
operation
->
alg
==
PSA_ALG_CBC_NO_PADDING
)
{
psa_crypto_cipher.c:561
mbedtls_psa_cipher_finish()
if
(
!
PSA_ALG_IS_CIPHER
(
operation
->
alg
)
)
{
psa_crypto_cipher.c:595
mbedtls_psa_cipher_abort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_psa_cipher_operation_t::alg
is written by 1 function and is read by 3 functions:
psa_cipher_setup()
All items filtered out
mbedtls_psa_cipher_operation_t::alg
mbedtls_psa_cipher_update()
mbedtls_psa_cipher_finish()
mbedtls_psa_cipher_abort()
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