Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/test/
Dbenchmark.c1164 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main()
1172 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main()
1212 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main()
1215 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main()
1278 …CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh_cli, &olen, buf_cli, sizeof( buf_cli ), myrand… in main()
/third_party/mbedtls/include/mbedtls/
Decdh.h377 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen,
/third_party/mbedtls/tests/suites/
Dtest_suite_ecdh.function216 TEST_ASSERT( mbedtls_ecdh_make_public( &cli, &len, buf, 1000,
309 ret = mbedtls_ecdh_make_public( &cli, &len, buf, sizeof( buf ),
/third_party/mbedtls/library/
Decdh.c562 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_public() function
Dssl_cli.c3639 ret = mbedtls_ecdh_make_public( &ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange()
3792 ret = mbedtls_ecdh_make_public( &ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange()