Lines Matching full:for
14 /** Set the session information for a password-authenticated key exchange.
18 * entry point as defined in the PSA driver interface specification for
23 * \param[in] inputs Inputs required for PAKE operation (role, password,
41 /** Get output for a step of a password-authenticated key exchange.
45 * entry point as defined in the PSA driver interface specification for
49 * \param step The step of the algorithm for which the output is
52 * format appropriate for this driver \p step. Refer to
53 * the documentation of psa_crypto_driver_pake_step_t for
80 /** Provide input for a step of a password-authenticated key exchange.
84 * entry point as defined in the PSA driver interface specification for
90 * \param step The driver step for which the input is provided.
92 * appropriate for this \p step. Refer to the
94 * for more information.
100 * The verification fails for a zero-knowledge input step.
102 * the \p input is not valid for the \p operation's algorithm, cipher suite
105 * the \p input is not supported for the \p operation's algorithm, cipher
122 * interface specification for transparent drivers.
125 * \param[out] output Output buffer for implicit key.
148 * entry point as defined in the PSA driver interface specification for