Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_read_public (Results 1 – 12 of 12) sorted by relevance

/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Ddhm.h224 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx,
/external/mbedtls/include/mbedtls/
Ddhm.h224 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx,
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_dhm.function152 TEST_ASSERT(mbedtls_dhm_read_public(&ctx_srv, pub_cli, pub_cli_len) == 0);
211 TEST_ASSERT(mbedtls_dhm_read_public(&ctx_srv, pub_cli, pub_cli_len) == 0);
/external/mbedtls/tests/suites/
Dtest_suite_dhm.function152 TEST_ASSERT(mbedtls_dhm_read_public(&ctx_srv, pub_cli, pub_cli_len) == 0);
211 TEST_ASSERT(mbedtls_dhm_read_public(&ctx_srv, pub_cli, pub_cli_len) == 0);
/external/mbedtls/programs/pkey/
Ddh_server.c227 if ((ret = mbedtls_dhm_read_public(&dhm, buf, n)) != 0) { in main()
/external/openthread/third_party/mbedtls/repo/programs/pkey/
Ddh_server.c236 if ((ret = mbedtls_dhm_read_public(&dhm, buf, n)) != 0) { in main()
/external/openthread/third_party/mbedtls/repo/library/
Ddhm.c289 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx, in mbedtls_dhm_read_public() function
Dssl_tls12_server.c3397 if ((ret = mbedtls_dhm_read_public(&ssl->handshake->dhm_ctx, *p, n)) != 0) { in ssl_parse_client_dh_public()
/external/mbedtls/library/
Ddhm.c289 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx, in mbedtls_dhm_read_public() function
Dssl_tls12_server.c3371 if ((ret = mbedtls_dhm_read_public(&ssl->handshake->dhm_ctx, *p, n)) != 0) { in ssl_parse_client_dh_public()
/external/openthread/third_party/mbedtls/repo/programs/test/
Dbenchmark.c1107 if (mbedtls_dhm_read_public(&dhm, buf, n) != 0) { in main()
/external/openthread/third_party/mbedtls/repo/docs/
Dpsa-transition.md1159 4. Call `mbedtls_ecdh_read_public` or `mbedtls_dhm_read_public` on the peer's public key, then call…