mbedTLS
psa_crypto_driver_pake_inputs_s::password_len
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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::password_len
psa_crypto_driver_pake_inputs_s::password_len field
Syntax
Show:
Summary
Declaration
from
crypto_extra.h:1789
size_t
MBEDTLS_PRIVATE
(
password_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
MBEDTLS_PRIVATE
(
password_len
)
;
crypto_extra.h:1789
if
(
inputs
->
password_len
==
0
)
{
psa_crypto.c:8363
psa_crypto_driver_pake_get_password_len()
*
password_len
=
inputs
->
password_len
;
psa_crypto.c:8367
psa_crypto_driver_pake_get_password_len()
if
(
inputs
->
password_len
==
0
)
{
psa_crypto.c:8376
psa_crypto_driver_pake_get_password()
if
(
buffer_size
<
inputs
->
password_len
)
{
psa_crypto.c:8380
psa_crypto_driver_pake_get_password()
memcpy
(
buffer
,
inputs
->
password
,
inputs
->
password_len
)
;
psa_crypto.c:8384
psa_crypto_driver_pake_get_password()
*
buffer_length
=
inputs
->
password_len
;
psa_crypto.c:8385
psa_crypto_driver_pake_get_password()
operation
->
data
.
inputs
.
password_len
=
slot
->
key
.
bytes
;
psa_crypto.c:8547
psa_pake_set_password_key()
if
(
inputs
.
password_len
==
0
)
{
psa_crypto.c:8713
psa_pake_complete_inputs()
mbedtls_zeroize_and_free
(
inputs
.
password
,
inputs
.
password_len
)
;
psa_crypto.c:8729
psa_pake_complete_inputs()
operation
->
data
.
inputs
.
password_len
)
;
psa_crypto.c:9040
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::password_len
is written by 1 function and is read by 4 functions:
psa_pake_set_password_key()
All items filtered out
psa_crypto_driver_pake_inputs_s::password_len
psa_crypto_driver_pake_get_password_len()
psa_crypto_driver_pake_get_password()
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