Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_write_key (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Dpsa_crypto_ecp.c235 mbedtls_ecp_write_key(ecp, in mbedtls_psa_ecp_export_key()
312 mbedtls_ecp_write_key(&ecp, key_buffer, key_buffer_size)); in mbedtls_psa_ecp_generate_key()
H A Dpkwrite.c297 ret = mbedtls_ecp_write_key(ec, tmp, byte_length); in pk_write_ec_private()
H A Dpk.c895 if ((ret = mbedtls_ecp_write_key(ec, d, d_len)) != 0) { in mbedtls_pk_wrap_as_opaque()
H A Decp.c3293 int mbedtls_ecp_write_key(mbedtls_ecp_keypair *key, in mbedtls_ecp_write_key() function
H A Dssl_tls12_server.c2679 ret = mbedtls_ecp_write_key(key, buf, key_len); in ssl_get_ecdh_params_from_cert()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decp.h1299 int mbedtls_ecp_write_key(mbedtls_ecp_keypair *key,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h1376 int MBEDTLS_DEPRECATED mbedtls_ecp_write_key(mbedtls_ecp_keypair *key,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecp.function1218 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),
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecp.function1061 ret = mbedtls_ecp_write_key(&key, buf, in_key->len);
1070 ret = mbedtls_ecp_write_key(&key, export1, in_key->len);
1076 ret = mbedtls_ecp_write_key(&key2, export2, in_key->len);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decp.c3306 int mbedtls_ecp_write_key(mbedtls_ecp_keypair *key, in mbedtls_ecp_write_key() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog27 * 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
/aosp_15_r20/external/mbedtls/
H A DChangeLog1954 * The new function mbedtls_ecp_write_key() exports private ECC keys back to