Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Decdsa.c187 if ((ret = mbedtls_ecp_set_public_key(grp_id, &ctx_verify, &Q)) != 0) { in main()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Decp.h1291 int mbedtls_ecp_set_public_key(mbedtls_ecp_group_id grp_id,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
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);
/openthread-latest/third_party/mbedtls/repo/library/
Decp.c3201 int mbedtls_ecp_set_public_key(mbedtls_ecp_group_id grp_id, in mbedtls_ecp_set_public_key() function
/openthread-latest/third_party/mbedtls/repo/
DChangeLog82 gaps made by making its fields private: mbedtls_ecp_set_public_key(),