Searched refs:mbedtls_dhm_calc_secret (Results 1 – 10 of 10) sorted by relevance
/third_party/mbedtls/tests/suites/ |
D | test_suite_dhm.function | 154 TEST_ASSERT(mbedtls_dhm_calc_secret(&ctx_srv, sec_srv, sizeof(sec_srv), 158 TEST_ASSERT(mbedtls_dhm_calc_secret(&ctx_cli, sec_cli, sizeof(sec_cli), 182 TEST_ASSERT(mbedtls_dhm_calc_secret(&ctx_srv, sec_srv, 213 TEST_ASSERT(mbedtls_dhm_calc_secret(&ctx_srv, sec_srv, sizeof(sec_srv), 217 TEST_ASSERT(mbedtls_dhm_calc_secret(&ctx_cli, sec_cli, sizeof(sec_cli),
|
/third_party/mbedtls/include/mbedtls/ |
D | dhm.h | 294 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx,
|
/third_party/mbedtls/programs/pkey/ |
D | dh_client.c | 228 if ((ret = mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &n, in main()
|
D | dh_server.c | 248 if ((ret = mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &n, in main()
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 1016 mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &olen, myrand, NULL)); in main() 1021 mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &olen, myrand, NULL)); in main()
|
/third_party/mbedtls/library/ |
D | dhm.c | 417 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx, in mbedtls_dhm_calc_secret() function
|
D | ssl_tls12_client.c | 2733 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_write_client_key_exchange() 3091 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_write_client_key_exchange()
|
D | ssl_tls12_server.c | 3644 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_parse_client_key_exchange() 3824 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_parse_client_key_exchange()
|
D | ssl_tls.c | 6827 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in mbedtls_ssl_psk_derive_premaster()
|
/third_party/mbedtls/ |
D | ChangeLog | 3857 mbedtls_dhm_calc_secret()
|