Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_export (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/
H A Dfuzz_pubkey.c64 if (mbedtls_ecp_export(ecp, NULL, &d, NULL) != 0) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Decdsa.c182 if ((ret = mbedtls_ecp_export(&ctx_sign, NULL, NULL, &Q)) != 0) { in main()
H A Dkey_app.c75 MBEDTLS_MPI_CHK(mbedtls_ecp_export(ecp, &grp, in show_ecp_key()
H A Dgen_key.c179 MBEDTLS_MPI_CHK(mbedtls_ecp_export(ecp, &grp, in show_ecp_key()
H A Dkey_app_writer.c195 MBEDTLS_MPI_CHK(mbedtls_ecp_export(ecp, &grp, in show_ecp_key()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decp.h1343 int mbedtls_ecp_export(const mbedtls_ecp_keypair *key, mbedtls_ecp_group *grp,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h1509 int mbedtls_ecp_export(const mbedtls_ecp_keypair *key, mbedtls_ecp_group *grp,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecp.function1491 TEST_EQUAL(mbedtls_ecp_export(&key, &export_grp,
1506 TEST_EQUAL(mbedtls_ecp_export(&key, &export_grp, NULL, NULL), 0);
1512 TEST_EQUAL(mbedtls_ecp_export(&key, NULL, &export_d, NULL), 0);
1518 TEST_EQUAL(mbedtls_ecp_export(&key, NULL, NULL, &export_Q), 0);
/aosp_15_r20/external/mbedtls/library/
H A Decp.c3370 int mbedtls_ecp_export(const mbedtls_ecp_keypair *key, mbedtls_ecp_group *grp, in mbedtls_ecp_export() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decp.c3442 int mbedtls_ecp_export(const mbedtls_ecp_keypair *key, mbedtls_ecp_group *grp, in mbedtls_ecp_export() function
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecp.function1229 TEST_EQUAL(mbedtls_ecp_export(&key, &export_grp,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1276 …, with a bridge to bignum arithmetic (`mbedtls_ecp_keypair` type, `mbedtls_ecp_export`). However, …
/aosp_15_r20/external/mbedtls/
H A DChangeLog802 * Add function mbedtls_ecp_export() to export ECP key pair parameters.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog1062 * Add function mbedtls_ecp_export() to export ECP key pair parameters.