Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_calc_secret (Results 1 – 10 of 10) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_dhm.function149 TEST_ASSERT( mbedtls_dhm_calc_secret( &ctx_srv, sec_srv, sizeof( sec_srv ),
153 TEST_ASSERT( mbedtls_dhm_calc_secret( &ctx_cli, sec_cli, sizeof( sec_cli ),
178 TEST_ASSERT( mbedtls_dhm_calc_secret( &ctx_srv, sec_srv,
208 TEST_ASSERT( mbedtls_dhm_calc_secret( &ctx_srv, sec_srv, sizeof( sec_srv ),
212 TEST_ASSERT( mbedtls_dhm_calc_secret( &ctx_cli, sec_cli, sizeof( sec_cli ),
/third_party/mbedtls/include/mbedtls/
Ddhm.h296 int mbedtls_dhm_calc_secret( mbedtls_dhm_context *ctx,
/third_party/mbedtls/programs/pkey/
Ddh_client.c252 if( ( ret = mbedtls_dhm_calc_secret( &dhm, buf, sizeof( buf ), &n, in main()
Ddh_server.c272 if( ( ret = mbedtls_dhm_calc_secret( &dhm, buf, sizeof( buf ), &n, in main()
/third_party/mbedtls/programs/test/
Dbenchmark.c1052 … ret |= mbedtls_dhm_calc_secret( &dhm, buf, sizeof( buf ), &olen, myrand, NULL ) ); in main()
1056 … ret |= mbedtls_dhm_calc_secret( &dhm, buf, sizeof( buf ), &olen, myrand, NULL ) ); in main()
/third_party/mbedtls/library/
Ddhm.c436 int mbedtls_dhm_calc_secret( mbedtls_dhm_context *ctx, in mbedtls_dhm_calc_secret() function
Dssl_cli.c3514 if( ( ret = mbedtls_dhm_calc_secret( &ssl->handshake->dhm_ctx, in ssl_write_client_key_exchange()
Dssl_srv.c3741 if( ( ret = mbedtls_dhm_calc_secret( &ssl->handshake->dhm_ctx, in ssl_parse_client_key_exchange()
Dssl_tls.c1522 if( ( ret = mbedtls_dhm_calc_secret( &ssl->handshake->dhm_ctx, in mbedtls_ssl_psk_derive_premaster()
/third_party/mbedtls/
DChangeLog3158 mbedtls_dhm_calc_secret()