mbedTLS
psa_pake_cipher_suite_s::algorithm
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
psa_pake_cipher_suite_s::algorithm
psa_pake_cipher_suite_s::algorithm field
Syntax
Show:
Summary
Declaration
from
crypto_extra.h:1719
psa_algorithm_t
algorithm
;
Examples
References
from
examples
Code
Location
Referrer
psa_algorithm_t
algorithm
;
crypto_extra.h:1719
return
cipher_suite
->
algorithm
;
crypto_extra.h:1729
psa_pake_cs_get_algorithm()
cipher_suite
->
algorithm
=
0
;
crypto_extra.h:1737
psa_pake_cs_set_algorithm()
cipher_suite
->
algorithm
=
algorithm
;
crypto_extra.h:1739
psa_pake_cs_set_algorithm()
if
(
inputs
->
cipher_suite
.
algorithm
==
PSA_ALG_NONE
)
{
psa_crypto.c:8456
psa_crypto_driver_pake_get_cipher_suite()
if
(
PSA_ALG_IS_PAKE
(
cipher_suite
->
algorithm
)
==
0
||
psa_crypto.c:8476
psa_pake_setup()
operation
->
alg
=
cipher_suite
->
algorithm
;
psa_crypto.c:8484
psa_pake_setup()
operation
->
alg
=
cipher_suite
.
algorithm
;
psa_crypto_pake.c:221
mbedtls_psa_pake_setup()
if
(
cipher_suite
.
algorithm
==
PSA_ALG_JPAKE
)
{
psa_crypto_pake.c:224
mbedtls_psa_pake_setup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psa_pake_cipher_suite_s::algorithm
is written by 1 function and is read by 4 functions:
psa_pake_cs_set_algorithm()
All items filtered out
psa_pake_cipher_suite_s::algorithm
psa_pake_cs_get_algorithm()
psa_crypto_driver_pake_get_cipher_suite()
psa_pake_setup()
mbedtls_psa_pake_setup()
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