Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_write_key_ext (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_ecp.c285 mbedtls_ecp_write_key_ext(ecp, data_length, data, data_size)); in mbedtls_psa_ecp_export_key()
350 mbedtls_ecp_write_key_ext(&ecp, key_buffer_length, in mbedtls_psa_ecp_generate_key()
H A Dpkwrite.c205 ret = mbedtls_ecp_write_key_ext(ec, &byte_length, tmp, sizeof(tmp)); in pk_write_ec_private()
H A Dpk.c715 int ret = mbedtls_ecp_write_key_ext(ec, &key_length, in import_pair_into_psa()
H A Decp.c3338 int mbedtls_ecp_write_key_ext(const mbedtls_ecp_keypair *key, in mbedtls_ecp_write_key_ext() function
H A Dssl_tls12_server.c2701 ret = mbedtls_ecp_write_key_ext(key, &key_len, buf, sizeof(buf)); in ssl_get_ecdh_params_from_cert()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h1399 int mbedtls_ecp_write_key_ext(const mbedtls_ecp_keypair *key,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecp.function1211 TEST_EQUAL(mbedtls_ecp_write_key_ext(&key,
1227 TEST_EQUAL(mbedtls_ecp_write_key_ext(&key, &length1,
1232 TEST_EQUAL(mbedtls_ecp_write_key_ext(&key2, &length2,
1332 TEST_EQUAL(mbedtls_ecp_write_key_ext(&key, &olen, exported, exported_size),
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md854 mbedtls_ecp_write_key_ext(&ec, &length, buf, sizeof(buf));
1276 …ac6f75bf) is the same as the format used by `mbedtls_ecp_read_key` and `mbedtls_ecp_write_key_ext`.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog28 mbedtls_ecp_write_key_ext().
110 * The new function mbedtls_ecp_write_key_ext() is similar to