Searched refs:psa_crypto_driver_pake_get_password_len (Results 1 – 7 of 7) sorted by relevance
164 status = psa_crypto_driver_pake_get_password_len(inputs, &password_len); in mbedtls_psa_pake_setup()
8292 psa_status_t psa_crypto_driver_pake_get_password_len( in psa_crypto_driver_pake_get_password_len() function
1063 psa_status_t psa_crypto_driver_pake_get_password_len(
1014 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),
282 #define psa_crypto_driver_pake_get_password_len(arg0_inputs, arg1_password_len) \ macro
492 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()
630 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` …