Searched refs:mbedtls_ecdh_make_params (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/include/mbedtls/ |
D | ecdh.h | 295 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen,
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ecdh.function | 210 TEST_ASSERT( mbedtls_ecdh_make_params( &srv, &len, buf, 1000, 290 ret = mbedtls_ecdh_make_params( &srv, &len, buf, sizeof( buf ),
|
/third_party/mbedtls/library/ |
D | ecdh.c | 356 int mbedtls_ecdh_make_params( mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params() function
|
D | ssl_srv.c | 3069 if( ( ret = mbedtls_ecdh_make_params( in ssl_prepare_server_key_exchange()
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 1275 …CHECK_AND_CONTINUE( mbedtls_ecdh_make_params( &ecdh_srv, &olen, buf_srv, sizeof( buf_srv ), myrand… in main()
|