Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_set_hs_ecjpake_password (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dssl_helpers.h634 mbedtls_ssl_set_hs_ecjpake_password(&ssl, pwd_string, pwd_len); \
638 ret = mbedtls_ssl_set_hs_ecjpake_password(&ssl, \
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp310 rval = mbedtls_ssl_set_hs_ecjpake_password(&mSsl, mTransport.mPsk, mTransport.mPskLength); in Setup()
595 mbedtls_ssl_set_hs_ecjpake_password(&mSsl, mTransport.mPsk, mTransport.mPskLength); in Process()
/openthread-latest/src/cli/
Dcli_tcp.cpp1188 …rv = mbedtls_ssl_set_hs_ecjpake_password(&mSslContext, reinterpret_cast<const unsigned char *>(sEc… in PrepareTlsHandshake()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h4120 int mbedtls_ssl_set_hs_ecjpake_password(mbedtls_ssl_context *ssl,
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c2092 if ((ret = mbedtls_ssl_set_hs_ecjpake_password(&ssl, in main()
Dssl_server2.c3426 if ((ret = mbedtls_ssl_set_hs_ecjpake_password(&ssl, in main()
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c2021 int mbedtls_ssl_set_hs_ecjpake_password(mbedtls_ssl_context *ssl, in mbedtls_ssl_set_hs_ecjpake_password() function
2080 int mbedtls_ssl_set_hs_ecjpake_password(mbedtls_ssl_context *ssl, in mbedtls_ssl_set_hs_ecjpake_password() function