Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_pake.c164 status = psa_crypto_driver_pake_get_password_len(inputs, &password_len); in mbedtls_psa_pake_setup()
Dpsa_crypto.c8292 psa_status_t psa_crypto_driver_pake_get_password_len( in psa_crypto_driver_pake_get_password_len() function
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h1063 psa_status_t psa_crypto_driver_pake_get_password_len(
/openthread-latest/third_party/mbedtls/repo/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),
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h282 #define psa_crypto_driver_pake_get_password_len(arg0_inputs, arg1_password_len) \ macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c492 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()
/openthread-latest/third_party/mbedtls/repo/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` …