Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_calc_secret (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecdh.function224 TEST_ASSERT(mbedtls_ecdh_calc_secret(&srv, &len, buf, 1000,
227 TEST_ASSERT(mbedtls_ecdh_calc_secret(&cli, &res_len, res_buf, 1000,
329 ret = mbedtls_ecdh_calc_secret(&srv, &len, buf, sizeof(buf),
347 ret = mbedtls_ecdh_calc_secret(&cli, &len, buf, sizeof(buf),
406 TEST_ASSERT(mbedtls_ecdh_calc_secret(
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecdh.function224 TEST_ASSERT(mbedtls_ecdh_calc_secret(&srv, &len, buf, 1000,
227 TEST_ASSERT(mbedtls_ecdh_calc_secret(&cli, &res_len, res_buf, 1000,
329 ret = mbedtls_ecdh_calc_secret(&srv, &len, buf, sizeof(buf),
347 ret = mbedtls_ecdh_calc_secret(&cli, &len, buf, sizeof(buf),
406 TEST_ASSERT(mbedtls_ecdh_calc_secret(
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Decdh_curve25519.c143 ret = mbedtls_ecdh_calc_secret(&ctx_cli, &cli_olen, secret_cli, in main()
152 ret = mbedtls_ecdh_calc_secret(&ctx_srv, &srv_olen, secret_srv, in main()
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Decdh_curve25519.c143 ret = mbedtls_ecdh_calc_secret(&ctx_cli, &cli_olen, secret_cli, in main()
152 ret = mbedtls_ecdh_calc_secret(&ctx_srv, &srv_olen, secret_srv, in main()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c1152 CHECK_AND_CONTINUE(mbedtls_ecdh_calc_secret(&ecdh, &olen, buf, sizeof(buf), in main()
1199 CHECK_AND_CONTINUE(mbedtls_ecdh_calc_secret(&ecdh, &olen, buf, sizeof(buf), in main()
1261 CHECK_AND_CONTINUE(mbedtls_ecdh_calc_secret(&ecdh_srv, &olen, buf_srv, in main()
1264 CHECK_AND_CONTINUE(mbedtls_ecdh_calc_secret(&ecdh_cli, &olen, buf_cli, in main()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decdh.h416 int mbedtls_ecdh_calc_secret(mbedtls_ecdh_context *ctx, size_t *olen,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decdh.h429 int mbedtls_ecdh_calc_secret(mbedtls_ecdh_context *ctx, size_t *olen,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c1220 CHECK_AND_CONTINUE(mbedtls_ecdh_calc_secret(&ecdh_cli, &seclen, buf_cli, in main()
1252 CHECK_AND_CONTINUE(mbedtls_ecdh_calc_secret(&ecdh_cli, &seclen, buf_cli, in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_ecp.c571 mbedtls_ecdh_calc_secret(&ecdh, in mbedtls_psa_key_agreement_ecdh()
H A Decdh.c665 int mbedtls_ecdh_calc_secret(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_calc_secret() function
H A Dssl_tls12_client.c2872 if ((ret = mbedtls_ecdh_calc_secret(&ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange()
H A Dssl_tls12_server.c3800 if ((ret = mbedtls_ecdh_calc_secret(&ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange()
H A Dssl_tls.c7473 if ((ret = mbedtls_ecdh_calc_secret(&ssl->handshake->ecdh_ctx, &zlen, in mbedtls_ssl_psk_derive_premaster()
/aosp_15_r20/external/mbedtls/library/
H A Dpsa_crypto_ecp.c536 mbedtls_ecdh_calc_secret(&ecdh, in mbedtls_psa_key_agreement_ecdh()
H A Decdh.c656 int mbedtls_ecdh_calc_secret(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_calc_secret() function
H A Dssl_tls12_client.c2877 if ((ret = mbedtls_ecdh_calc_secret(&ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange()
H A Dssl_tls12_server.c3774 if ((ret = mbedtls_ecdh_calc_secret(&ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange()
H A Dssl_tls.c6796 if ((ret = mbedtls_ecdh_calc_secret(&ssl->handshake->ecdh_ctx, &zlen, in mbedtls_ssl_psk_derive_premaster()
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dlws-genec.c527 n = mbedtls_ecdh_calc_secret(ctx->u.ctx_ecdh, &st, ss, (size_t)*ss_len, in lws_genecdh_compute_shared_secret()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1159 … `mbedtls_dhm_read_public` on the peer's public key, then call `mbedtls_ecdh_calc_secret` or `mbed…
1183 4. Call `mbedtls_ecdh_calc_secret` or `mbedtls_dhm_calc_secret` to calculate the shared secret.