mbedtls_ecjpake_read_round_two() function
Read and process the second round message (TLS: contents of the Client/ServerKeyExchange).
Arguments
ctx
The ECJPAKE context to use. This must be initialized and set up and already have performed round one.
buf
The buffer holding the second round message. This must be a readable buffer of length \p len Bytes.
len
The length in Bytes of \p buf.
Return value
\c 0 if successful. A negative error code on failure.