Searched refs:mbedtls_ecp_write_key (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_ecp.c | 235 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 D | pkwrite.c | 297 ret = mbedtls_ecp_write_key(ec, tmp, byte_length); in pk_write_ec_private()
|
H A D | pk.c | 895 if ((ret = mbedtls_ecp_write_key(ec, d, d_len)) != 0) { in mbedtls_pk_wrap_as_opaque()
|
H A D | ecp.c | 3293 int mbedtls_ecp_write_key(mbedtls_ecp_keypair *key, in mbedtls_ecp_write_key() function
|
H A D | ssl_tls12_server.c | 2679 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 D | ecp.h | 1299 int mbedtls_ecp_write_key(mbedtls_ecp_keypair *key,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecp.h | 1376 int MBEDTLS_DEPRECATED mbedtls_ecp_write_key(mbedtls_ecp_keypair *key,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A 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),
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecp.function | 1061 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 D | ecp.c | 3306 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 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
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1954 * The new function mbedtls_ecp_write_key() exports private ECC keys back to
|