Home
last modified time | relevance | path

Searched refs:psa_crypto_driver_pake_get_password_len (Results 1 – 7 of 7) sorted by relevance

/mbedtls-latest/library/
Dpsa_crypto_pake.c164 status = psa_crypto_driver_pake_get_password_len(inputs, &password_len); in mbedtls_psa_pake_setup()
Dpsa_crypto.c8385 psa_status_t psa_crypto_driver_pake_get_password_len( function
/mbedtls-latest/include/psa/
Dcrypto_extra.h1081 psa_status_t psa_crypto_driver_pake_get_password_len(
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_pake.function1014 TEST_EQUAL(psa_crypto_driver_pake_get_password_len(&operation.data.inputs, &password_len_ret),
1019 TEST_EQUAL(psa_crypto_driver_pake_get_password_len(&operation.data.inputs, &password_len_ret),
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h286 #define psa_crypto_driver_pake_get_password_len(arg0_inputs, arg1_password_len) \ macro
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c496 psa_status_t status = (psa_crypto_driver_pake_get_password_len)(arg0_inputs, arg1_password_len); in mbedtls_test_wrap_psa_crypto_driver_pake_get_password_len()
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md630 psa_status_t psa_crypto_driver_pake_get_password_len(
671 …call the same function again with a larger buffer. Call `psa_crypto_driver_pake_get_password_len` …