Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_make_public (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_dhm.function149 TEST_ASSERT(mbedtls_dhm_make_public(&ctx_cli, x_size, pub_cli, pub_cli_len,
208 TEST_ASSERT(mbedtls_dhm_make_public(&ctx_cli, x_size, pub_cli, pub_cli_len,
250 TEST_ASSERT(mbedtls_dhm_make_public(&ctx, (int) mbedtls_mpi_size(&P),
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Ddhm.h251 int mbedtls_dhm_make_public(mbedtls_dhm_context *ctx, int x_size,
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Ddh_client.c213 if ((ret = mbedtls_dhm_make_public(&dhm, (int) n, buf, n, in main()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c1105 mbedtls_dhm_make_public(&dhm, (int) n, buf, n, myrand, NULL); in main()
1113 ret |= mbedtls_dhm_make_public(&dhm, (int) n, buf, n, in main()
/openthread-latest/third_party/mbedtls/repo/library/
Ddhm.c308 int mbedtls_dhm_make_public(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_public() function
Dssl_tls12_client.c2724 ret = mbedtls_dhm_make_public(&ssl->handshake->dhm_ctx, in ssl_write_client_key_exchange()
3079 ret = mbedtls_dhm_make_public(&ssl->handshake->dhm_ctx, in ssl_write_client_key_exchange()