Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_set_public_key (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Decdsa.c187 if ((ret = mbedtls_ecp_set_public_key(grp_id, &ctx_verify, &Q)) != 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecp.function617 TEST_EQUAL(mbedtls_ecp_set_public_key(grp.id, &key, &P), 0);
1097 TEST_EQUAL(mbedtls_ecp_set_public_key(grp_id, &key, &Q),
1122 TEST_EQUAL(mbedtls_ecp_set_public_key(grp_id, &key, &Q), 0);
1130 TEST_EQUAL(mbedtls_ecp_set_public_key(grp_id, &key, &Q), 0);
1163 int ret = mbedtls_ecp_set_public_key(public_grp_id, &key, &Q);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h1291 int mbedtls_ecp_set_public_key(mbedtls_ecp_group_id grp_id,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decp.c3201 int mbedtls_ecp_set_public_key(mbedtls_ecp_group_id grp_id, in mbedtls_ecp_set_public_key() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog82 gaps made by making its fields private: mbedtls_ecp_set_public_key(),