Lines Matching refs:inputs
1135 /* The number of completed inputs so far this round */
1136 uint8_t MBEDTLS_PRIVATE(inputs);
1163 /* Stage of the PAKE operation: waiting for the setup, collecting inputs
1175 struct psa_crypto_driver_pake_inputs_s MBEDTLS_PRIVATE(inputs);
1335 /** Get the length of the password in bytes from given inputs.
1337 * \param[in] inputs Operation inputs.
1346 const psa_crypto_driver_pake_inputs_t *inputs,
1349 /** Get the password from given inputs.
1351 * \param[in] inputs Operation inputs.
1362 const psa_crypto_driver_pake_inputs_t *inputs,
1365 /** Get the length of the user id in bytes from given inputs.
1367 * \param[in] inputs Operation inputs.
1376 const psa_crypto_driver_pake_inputs_t *inputs,
1379 /** Get the length of the peer id in bytes from given inputs.
1381 * \param[in] inputs Operation inputs.
1390 const psa_crypto_driver_pake_inputs_t *inputs,
1393 /** Get the user id from given inputs.
1395 * \param[in] inputs Operation inputs.
1408 const psa_crypto_driver_pake_inputs_t *inputs,
1411 /** Get the peer id from given inputs.
1413 * \param[in] inputs Operation inputs.
1426 const psa_crypto_driver_pake_inputs_t *inputs,
1429 /** Get the cipher suite from given inputs.
1431 * \param[in] inputs Operation inputs.
1440 const psa_crypto_driver_pake_inputs_t *inputs,