Searched refs:mbedtls_ecp_set_public_key (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/programs/pkey/ |
D | ecdsa.c | 187 if ((ret = mbedtls_ecp_set_public_key(grp_id, &ctx_verify, &Q)) != 0) { in main()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | ecp.h | 1291 int mbedtls_ecp_set_public_key(mbedtls_ecp_group_id grp_id,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecp.function | 617 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/ |
D | ecp.c | 3201 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/ |
D | ChangeLog | 82 gaps made by making its fields private: mbedtls_ecp_set_public_key(),
|