mbedTLS + 0/1 examples
SourceVu will show references to mbedtls_ssl_set_hs_ecjpake_password() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

Return value

0 on success, or a negative error code.

Notes

An internal copy is made, and destroyed as soon as the handshake is completed, or when the SSL context is reset or freed. 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(). Password cannot be empty (see RFC 8236).

References

from 0/1 examples