Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecdh.function150 mbedtls_ecdh_make_public( NULL, &olen, buf, buflen,
154 mbedtls_ecdh_make_public( &ctx, NULL, buf, buflen,
158 mbedtls_ecdh_make_public( &ctx, &olen, NULL, buflen,
162 mbedtls_ecdh_make_public( &ctx, &olen, buf, buflen, NULL, NULL ) );
329 TEST_ASSERT( mbedtls_ecdh_make_public( &cli, &len, buf, 1000,
415 ret = mbedtls_ecdh_make_public( &cli, &len, buf, sizeof( buf ),
491 TEST_ASSERT( mbedtls_ecdh_make_public( &cli, &len, buf, 1000,
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Decdh.h364 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen,
Dcompat-1.3.h1889 #define ecdh_make_public mbedtls_ecdh_make_public
/openthread-2.7.6/third_party/mbedtls/repo/programs/test/
Dbenchmark.c925 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main()
933 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main()
973 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main()
976 CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main()
1040 …CHECK_AND_CONTINUE( mbedtls_ecdh_make_public( &ecdh_cli, &olen, buf_cli, sizeof( buf_cli ), myrand… in main()
/openthread-2.7.6/third_party/mbedtls/repo/library/
Decdh.c560 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_public() function
Dssl_cli.c3835 ret = mbedtls_ecdh_make_public( &ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange()
3988 ret = mbedtls_ecdh_make_public( &ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange()
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1472 ecdh_make_public mbedtls_ecdh_make_public