mbedTLS
psa_crypto_driver_pake_get_password_len()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
psa_crypto_driver_pake_get_password_len()
psa_crypto_driver_pake_get_password_len() function
Get the length of the password in bytes from given inputs.
Syntax
Show:
Summary
Declaration
from
crypto_extra.h:1071
psa_status_t
psa_crypto_driver_pake_get_password_len
(
const
psa_crypto_driver_pake_inputs_t
*
inputs
,
size_t
*
password_len
)
;
Arguments
Argument
Description
inputs
Operation inputs.
password_len
Password length.
Return value
#PSA_SUCCESS Success. #PSA_ERROR_BAD_STATE Password hasn't been set yet.
Related Functions
Found 8 other functions taking a
psa_crypto_driver_pake_inputs_s
argument:
Function
Description
psa_crypto_driver_pake_get_password()
Get the password from given inputs.
psa_crypto_driver_pake_get_user_len()
Get the length of the user id in bytes from given inputs.
psa_crypto_driver_pake_get_peer_len()
Get the length of the peer id in bytes from given inputs.
psa_crypto_driver_pake_get_user()
Get the user id from given inputs.
psa_crypto_driver_pake_get_peer()
Get the peer id from given inputs.
psa_crypto_driver_pake_get_cipher_suite()
Get the cipher suite from given inputs.
mbedtls_psa_pake_setup()
Set the session information for a password-authenticated key exchange.
psa_driver_wrapper_pake_setup()
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out