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 D | fuzz_pubkey.c | 64 if (mbedtls_ecp_export(ecp, NULL, &d, NULL) != 0) { in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/ |
H A D | ecdsa.c | 182 if ((ret = mbedtls_ecp_export(&ctx_sign, NULL, NULL, &Q)) != 0) { in main()
|
H A D | key_app.c | 75 MBEDTLS_MPI_CHK(mbedtls_ecp_export(ecp, &grp, in show_ecp_key()
|
H A D | gen_key.c | 179 MBEDTLS_MPI_CHK(mbedtls_ecp_export(ecp, &grp, in show_ecp_key()
|
H A D | key_app_writer.c | 195 MBEDTLS_MPI_CHK(mbedtls_ecp_export(ecp, &grp, in show_ecp_key()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecp.h | 1343 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 D | ecp.h | 1509 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 D | test_suite_ecp.function | 1491 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 D | ecp.c | 3370 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 D | ecp.c | 3442 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 D | test_suite_ecp.function | 1229 TEST_EQUAL(mbedtls_ecp_export(&key, &export_grp,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1276 …, with a bridge to bignum arithmetic (`mbedtls_ecp_keypair` type, `mbedtls_ecp_export`). However, …
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 802 * Add function mbedtls_ecp_export() to export ECP key pair parameters.
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1062 * Add function mbedtls_ecp_export() to export ECP key pair parameters.
|