Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/test/
Dbenchmark.c1130 CHECK_AND_CONTINUE(mbedtls_ecdh_make_public(&ecdh, &olen, buf, sizeof(buf), in main()
1137 CHECK_AND_CONTINUE(mbedtls_ecdh_make_public(&ecdh, &olen, buf, sizeof(buf), in main()
1177 CHECK_AND_CONTINUE(mbedtls_ecdh_make_public(&ecdh, &olen, buf, sizeof(buf), in main()
1180 CHECK_AND_CONTINUE(mbedtls_ecdh_make_public(&ecdh, &olen, buf, sizeof(buf), in main()
1244 CHECK_AND_CONTINUE(mbedtls_ecdh_make_public(&ecdh_cli, &olen, buf_cli, in main()
/third_party/mbedtls/programs/pkey/
Decdh_curve25519.c122 ret = mbedtls_ecdh_make_public(&ctx_srv, &srv_olen, srv_to_cli, in main()
/third_party/mbedtls/include/mbedtls/
Decdh.h372 int mbedtls_ecdh_make_public(mbedtls_ecdh_context *ctx, size_t *olen,
/third_party/mbedtls/tests/suites/
Dtest_suite_ecdh.function219 TEST_ASSERT(mbedtls_ecdh_make_public(&cli, &len, buf, 1000,
311 ret = mbedtls_ecdh_make_public(&cli, &len, buf, sizeof(buf),
/third_party/mbedtls/library/
Decdh.c540 int mbedtls_ecdh_make_public(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_public() function
Dssl_tls12_client.c2841 ret = mbedtls_ecdh_make_public(&ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange()
3110 ret = mbedtls_ecdh_make_public(&ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange()