Searched refs:mbedtls_dhm_calc_secret (Results 1 – 11 of 11) sorted by relevance
/mbedtls-latest/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),
|
/mbedtls-latest/include/mbedtls/ |
D | dhm.h | 282 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx,
|
/mbedtls-latest/programs/pkey/ |
D | dh_client.c | 230 if ((ret = mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &n, in main()
|
D | dh_server.c | 247 if ((ret = mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &n, in main()
|
/mbedtls-latest/programs/test/ |
D | benchmark.c | 1116 mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &olen, myrand, NULL)); in main() 1121 mbedtls_dhm_calc_secret(&dhm, buf, sizeof(buf), &olen, myrand, NULL)); in main()
|
/mbedtls-latest/library/ |
D | dhm.c | 405 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx, in mbedtls_dhm_calc_secret() function
|
D | ssl_tls12_client.c | 2738 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_write_client_key_exchange() 3096 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_write_client_key_exchange()
|
D | ssl_tls12_server.c | 3716 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_parse_client_key_exchange() 3901 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in ssl_parse_client_key_exchange()
|
D | ssl_tls.c | 7421 if ((ret = mbedtls_dhm_calc_secret(&ssl->handshake->dhm_ctx, in mbedtls_ssl_psk_derive_premaster()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 1159 … the peer's public key, then call `mbedtls_ecdh_calc_secret` or `mbedtls_dhm_calc_secret` to calcu… 1183 4. Call `mbedtls_ecdh_calc_secret` or `mbedtls_dhm_calc_secret` to calculate the shared secret.
|
/mbedtls-latest/ |
D | ChangeLog | 4625 mbedtls_dhm_calc_secret()
|