Searched refs:mbedtls_ecp_write_key (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | ecp.h | 1376 int MBEDTLS_DEPRECATED mbedtls_ecp_write_key(mbedtls_ecp_keypair *key,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecp.function | 1218 TEST_EQUAL(mbedtls_ecp_write_key(&key, buf, in_key->len), 0); 1240 TEST_EQUAL(mbedtls_ecp_write_key(&key, export1, in_key->len), 0); 1243 TEST_EQUAL(mbedtls_ecp_write_key(&key2, export2, in_key->len), 0); 1267 TEST_EQUAL(mbedtls_ecp_write_key(&key, exported, exported_size),
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ecp.c | 3306 int mbedtls_ecp_write_key(mbedtls_ecp_keypair *key, in mbedtls_ecp_write_key() function
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 27 * mbedtls_ecp_write_key() is deprecated in favor of 111 mbedtls_ecp_write_key(), but can be used without separately calculating 2214 * The new function mbedtls_ecp_write_key() exports private ECC keys back to
|