mbedTLS
psa_crypto_driver_pake_inputs_s::peer_len
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_crypto_driver_pake_inputs_s::peer_len
psa_crypto_driver_pake_inputs_s::peer_len field
Syntax
Show:
Summary
Declaration
from
crypto_extra.h:1793
size_t
MBEDTLS_PRIVATE
(
peer_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
MBEDTLS_PRIVATE
(
peer_len
)
;
crypto_extra.h:1793
if
(
inputs
->
peer_len
==
0
)
{
psa_crypto.c:8425
psa_crypto_driver_pake_get_peer_len()
*
peer_len
=
inputs
->
peer_len
;
psa_crypto.c:8429
psa_crypto_driver_pake_get_peer_len()
if
(
inputs
->
peer_len
==
0
)
{
psa_crypto.c:8438
psa_crypto_driver_pake_get_peer()
if
(
peer_id_size
<
inputs
->
peer_len
)
{
psa_crypto.c:8442
psa_crypto_driver_pake_get_peer()
memcpy
(
peer_id
,
inputs
->
peer
,
inputs
->
peer_len
)
;
psa_crypto.c:8446
psa_crypto_driver_pake_get_peer()
*
peer_id_length
=
inputs
->
peer_len
;
psa_crypto.c:8447
psa_crypto_driver_pake_get_peer()
if
(
operation
->
data
.
inputs
.
peer_len
!=
0
)
{
psa_crypto.c:8620
psa_pake_set_peer()
operation
->
data
.
inputs
.
peer_len
=
peer_id_len
;
psa_crypto.c:8634
psa_pake_set_peer()
if
(
inputs
.
user_len
==
0
||
inputs
.
peer_len
==
0
)
{
psa_crypto.c:8718
psa_pake_complete_inputs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psa_crypto_driver_pake_inputs_s::peer_len
is written by 1 function and is read by 4 functions:
psa_pake_set_peer()
All items filtered out
psa_crypto_driver_pake_inputs_s::peer_len
psa_crypto_driver_pake_get_peer_len()
psa_crypto_driver_pake_get_peer()
psa_pake_set_peer()
psa_pake_complete_inputs()
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