#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_pake.h>
Get output from a PAKE operation step.
- Parameters
-
| [in,out] | operation | PAKE operation context. |
| [in] | step | PAKE step. |
| [out] | output | Buffer to store the output. |
| [in] | output_size | Size of the output buffer in bytes. |
| [out] | output_length | Length of the generated output in bytes. |
- Return values
-
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_BAD_STATE | The operation is not in a valid state. |
| PSA_ERROR_BUFFER_TOO_SMALL | The output buffer is too small. |