mbedtls_ssl_set_hs_ecjpake_password_opaque() is only used within mbedTLS.
 
Symbols
loading (3/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsRelatedReferences

Return value

0 on success, or a negative error code.

Notes

The key must remain valid until the handshake is over. The SSL context needs to be already set up. The right place to call this function is between \c mbedtls_ssl_setup() or \c mbedtls_ssl_reset() and \c mbedtls_ssl_handshake().

References