mbedtls_psa_pake_input() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

#PSA_SUCCESS Success. #PSA_ERROR_INVALID_SIGNATURE The verification fails for a zero-knowledge input step. #PSA_ERROR_INVALID_ARGUMENT the \p input is not valid for the \p operation's algorithm, cipher suite or \p step. #PSA_ERROR_NOT_SUPPORTED the \p input is not supported for the \p operation's algorithm, cipher suite or \p step. #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription #PSA_ERROR_CORRUPTION_DETECTED \emptydescription #PSA_ERROR_DATA_CORRUPT \emptydescription #PSA_ERROR_DATA_INVALID \emptydescription

Notes

The signature of this function is that of a PSA driver pake_input entry point. This function behaves as a pake_input entry point as defined in the PSA driver interface specification for transparent drivers. The core checks that input_length is smaller than PSA_PAKE_INPUT_MAX_SIZE.

References