mbedTLS
psa_pake_operation_s::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
psa_pake_operation_s::alg
psa_pake_operation_s::alg field
Syntax
Show:
Summary
Declaration
from
crypto_extra.h:1855
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg
;
Examples
References
from
examples
Code
Location
Referrer
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg
)
;
crypto_extra.h:1855
operation
->
alg
=
cipher_suite
->
algorithm
;
psa_crypto.c:8484
psa_pake_setup()
if
(
operation
->
alg
==
PSA_ALG_JPAKE
)
{
psa_crypto.c:8490
psa_pake_setup()
operation
->
alg
)
;
psa_crypto.c:8527
psa_pake_set_password_key()
switch
(
operation
->
alg
)
{
psa_crypto.c:8657
psa_pake_set_role()
if
(
operation
->
alg
==
PSA_ALG_JPAKE
)
{
psa_crypto.c:8717
psa_pake_complete_inputs()
if
(
operation
->
alg
==
PSA_ALG_JPAKE
)
{
psa_crypto.c:8737
psa_pake_complete_inputs()
switch
(
operation
->
alg
)
{
psa_crypto.c:8854
psa_pake_output()
switch
(
operation
->
alg
)
{
psa_crypto.c:8880
psa_pake_output()
const
size_t
max_input_length
=
(
size_t
)
PSA_PAKE_INPUT_SIZE
(
operation
->
alg
,
psa_crypto.c:8910
psa_pake_input()
switch
(
operation
->
alg
)
{
psa_crypto.c:8932
psa_pake_input()
switch
(
operation
->
alg
)
{
psa_crypto.c:8957
psa_pake_input()
if
(
operation
->
alg
==
PSA_ALG_JPAKE
)
{
psa_crypto.c:8994
psa_pake_get_implicit_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psa_pake_operation_s::alg
is written by 1 function and is read by 7 functions:
psa_pake_setup()
All items filtered out
psa_pake_operation_s::alg
psa_pake_setup()
psa_pake_set_password_key()
psa_pake_set_role()
psa_pake_complete_inputs()
psa_pake_output()
psa_pake_input()
psa_pake_get_implicit_key()
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