Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Decdh.h401 int mbedtls_ecdh_read_public( mbedtls_ecdh_context *ctx,
/mbedtls-development/tests/suites/
A Dtest_suite_ecdh.function219 TEST_ASSERT( mbedtls_ecdh_read_public( &srv, buf, len ) == 0 );
319 TEST_ASSERT( mbedtls_ecdh_read_public( &srv, buf, len ) == 0 );
/mbedtls-development/library/
A Decdh.c618 int mbedtls_ecdh_read_public( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_public() function
A Dssl_srv.c3767 if( ( ret = mbedtls_ecdh_read_public( &ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange()
3913 if( ( ret = mbedtls_ecdh_read_public( &ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange()
/mbedtls-development/programs/test/
A Dbenchmark.c1280 CHECK_AND_CONTINUE( mbedtls_ecdh_read_public( &ecdh_srv, buf_cli, olen ) ); in main()

Completed in 19 milliseconds