pub unsafe extern "C" fn psa_crypto_driver_pake_get_cipher_suite(
inputs: *const psa_crypto_driver_pake_inputs_t,
cipher_suite: *mut psa_pake_cipher_suite_t,
) -> psa_status_t
Expand description
Get the cipher suite from given inputs.
\param[in] inputs Operation inputs. \param[out] cipher_suite Return buffer for role.
\retval #PSA_SUCCESS Success. \retval #PSA_ERROR_BAD_STATE Cipher_suite hasn’t been set yet.