mbedTLS
psa_pake_primitive_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_primitive_t
psa_pake_primitive_t
Encoding of the primitive associated with the PAKE. For more information see the documentation of the #PSA_PAKE_PRIMITIVE macro.
Syntax
Show:
Summary
Declaration
from
crypto_extra.h:762
typedef
uint32_t
psa_pake_primitive_t
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
uint32_t
psa_pake_primitive_t
;
crypto_extra.h:762
static
psa_pake_primitive_t
psa_pake_cs_get_primitive
(
crypto_extra.h:958
psa_pake_cs_get_primitive()
psa_pake_primitive_t
primitive
)
;
crypto_extra.h:971
psa_pake_cs_set_primitive()
psa_pake_cs_set_primitive()::primitive
static
inline
psa_pake_primitive_t
psa_pake_cs_get_primitive
(
crypto_extra.h:1743
psa_pake_cs_get_primitive()
return
PSA_PAKE_PRIMITIVE
(
cipher_suite
->
type
,
cipher_suite
->
family
,
crypto_extra.h:1746
psa_pake_cs_get_primitive()
psa_pake_primitive_t
primitive
)
crypto_extra.h:1752
psa_pake_cs_set_primitive()
psa_pake_cs_set_primitive()::primitive
psa_pake_primitive_t
MBEDTLS_PRIVATE
(
primitive
)
;
crypto_extra.h:1857
psa_pake_operation_s
operation
->
primitive
=
PSA_PAKE_PRIMITIVE
(
cipher_suite
->
type
,
psa_crypto.c:8485
psa_pake_setup()
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
return
psa_pake_cs_get_primitive()
crypto_extra.h:958
psa_pake_cs_set_primitive()::primitive
psa_pake_cs_set_primitive()
crypto_extra.h:971
return
psa_pake_cs_get_primitive()
crypto_extra.h:1743
psa_pake_cs_set_primitive()::primitive
psa_pake_cs_set_primitive()
crypto_extra.h:1752
psa_pake_operation_s::primitive
psa_pake_operation_s
crypto_extra.h:1857
Lifecycle
from
examples
All items filtered out
All items filtered out