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 D | psa_crypto_ecp.c | 285 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 D | pkwrite.c | 205 ret = mbedtls_ecp_write_key_ext(ec, &byte_length, tmp, sizeof(tmp)); in pk_write_ec_private()
|
H A D | pk.c | 715 int ret = mbedtls_ecp_write_key_ext(ec, &key_length, in import_pair_into_psa()
|
H A D | ecp.c | 3338 int mbedtls_ecp_write_key_ext(const mbedtls_ecp_keypair *key, in mbedtls_ecp_write_key_ext() function
|
H A D | ssl_tls12_server.c | 2701 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 D | ecp.h | 1399 int mbedtls_ecp_write_key_ext(const mbedtls_ecp_keypair *key,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecp.function | 1211 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 D | psa-transition.md | 854 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 D | ChangeLog | 28 mbedtls_ecp_write_key_ext(). 110 * The new function mbedtls_ecp_write_key_ext() is similar to
|