mbedTLS
psa_pake_step_t
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_step_t
psa_pake_step_t
Encoding of input and output indicators for PAKE. Some PAKE algorithms need to exchange more data than just a single key share. This type is for encoding additional input and output data for such algorithms.
Syntax
Show:
Summary
Declaration
from
crypto_extra.h:739
typedef
uint8_t
psa_pake_step_t
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
uint8_t
psa_pake_step_t
;
crypto_extra.h:739
psa_pake_step_t
step
,
crypto_extra.h:1470
psa_pake_output()
psa_pake_output()::step
psa_pake_step_t
step
,
crypto_extra.h:1525
psa_pake_input()
psa_pake_input()::step
psa_pake_step_t
MBEDTLS_PRIVATE
(
step
)
;
crypto_extra.h:1835
psa_jpake_computation_stage_s
computation_stage
->
step
=
PSA_PAKE_STEP_KEY_SHARE
;
psa_crypto.c:8495
psa_pake_setup()
return
(
psa_crypto_driver_pake_step_t
)
(
key_share_step
+
stage
->
step
-
PSA_PAKE_STEP_KEY_SHARE
)
;
psa_crypto.c:8701
convert_jpake_computation_stage_to_driver_step()
psa_pake_step_t
step
,
psa_crypto.c:8751
psa_jpake_prologue()
psa_jpake_prologue()::step
if
(
step
!=
PSA_PAKE_STEP_KEY_SHARE
&&
psa_crypto.c:8754
psa_jpake_prologue()
step
!=
PSA_PAKE_STEP_ZK_PUBLIC
&&
psa_crypto.c:8755
psa_jpake_prologue()
step
!=
PSA_PAKE_STEP_ZK_PROOF
)
{
psa_crypto.c:8756
psa_jpake_prologue()
if
(
step
==
PSA_PAKE_STEP_KEY_SHARE
&&
psa_crypto.c:8773
psa_jpake_prologue()
if
(
stage
->
step
==
PSA_PAKE_STEP_ZK_PROOF
)
{
psa_crypto.c:8795
psa_jpake_epilogue()
stage
->
step
=
PSA_PAKE_STEP_KEY_SHARE
;
psa_crypto.c:8816
psa_jpake_epilogue()
psa_pake_step_t
step
,
psa_crypto.c:8827
psa_pake_output()
psa_pake_output()::step
psa_pake_step_t
step
,
psa_crypto.c:8904
psa_pake_input()
psa_pake_input()::step
const
size_t
max_input_length
=
(
size_t
)
PSA_PAKE_INPUT_SIZE
(
operation
->
alg
,
psa_crypto.c:8910
psa_pake_input()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
psa_pake_output()::step
psa_pake_output()
crypto_extra.h:1470
psa_pake_input()::step
psa_pake_input()
crypto_extra.h:1525
psa_jpake_computation_stage_s::step
psa_jpake_computation_stage_s
crypto_extra.h:1835
psa_jpake_prologue()::step
psa_jpake_prologue()
psa_crypto.c:8751
psa_pake_output()::step
psa_pake_output()
psa_crypto.c:8827
psa_pake_input()::step
psa_pake_input()
psa_crypto.c:8904
Lifecycle
from
examples
All items filtered out
All items filtered out