mbedTLS
psa_crypto_driver_pake_inputs_s::peer
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
psa_crypto_driver_pake_inputs_s::peer field
Syntax
Show:
Summary
Declaration
from
crypto_extra.h:1792
uint8_t
*
MBEDTLS_PRIVATE
(
peer
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
MBEDTLS_PRIVATE
(
peer
)
;
crypto_extra.h:1792
memcpy
(
peer_id
,
inputs
->
peer
,
inputs
->
peer_len
)
;
psa_crypto.c:8446
psa_crypto_driver_pake_get_peer()
operation
->
data
.
inputs
.
peer
=
mbedtls_calloc
(
1
,
peer_id_len
)
;
psa_crypto.c:8625
psa_pake_set_peer()
if
(
operation
->
data
.
inputs
.
peer
==
NULL
)
{
psa_crypto.c:8626
psa_pake_set_peer()
memcpy
(
operation
->
data
.
inputs
.
peer
,
peer_id
,
peer_id_len
)
;
psa_crypto.c:8633
psa_pake_set_peer()
mbedtls_free
(
inputs
.
peer
)
;
psa_crypto.c:8733
psa_pake_complete_inputs()
if
(
operation
->
data
.
inputs
.
peer
!=
NULL
)
{
psa_crypto.c:9045
psa_pake_abort()
mbedtls_free
(
operation
->
data
.
inputs
.
peer
)
;
psa_crypto.c:9046
psa_pake_abort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psa_crypto_driver_pake_inputs_s::peer
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
psa_crypto_driver_pake_get_peer()
psa_pake_set_peer()
psa_pake_complete_inputs()
psa_pake_abort()
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