Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto_ecp.c246 mbedtls_ecp_write_key( ecp, in mbedtls_psa_ecp_export_key()
319 mbedtls_ecp_write_key( &ecp, key_buffer, key_buffer_size ) ); in mbedtls_psa_ecp_generate_key()
Dpkwrite.c165 ret = mbedtls_ecp_write_key( ec, tmp, byte_length ); in pk_write_ec_private()
Decp.c3316 int mbedtls_ecp_write_key( mbedtls_ecp_keypair *key, in mbedtls_ecp_write_key() function
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Decp.h1272 int mbedtls_ecp_write_key( mbedtls_ecp_keypair *key,
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecp.function1184 ret = mbedtls_ecp_write_key( &key, buf, in_key->len );
1195 ret = mbedtls_ecp_write_key( &key, export1, in_key->len );
1201 ret = mbedtls_ecp_write_key( &key2, export2, in_key->len );
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog619 * The new function mbedtls_ecp_write_key() exports private ECC keys back to