Searched refs:mbedtls_ecdh_make_public (Results 1 – 7 of 7) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecdh.function | 150 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/ |
D | ecdh.h | 364 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen,
|
D | compat-1.3.h | 1889 #define ecdh_make_public mbedtls_ecdh_make_public
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 925 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/ |
D | ecdh.c | 560 int mbedtls_ecdh_make_public( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_public() function
|
D | ssl_cli.c | 3835 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/ |
D | rename-1.3-2.0.txt | 1472 ecdh_make_public mbedtls_ecdh_make_public
|