Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_ecp.c285 mbedtls_ecp_write_key_ext(ecp, data_length, data, data_size)); in mbedtls_psa_ecp_export_key()
348 ret = mbedtls_ecp_write_key_ext(&ecp, key_buffer_length, in mbedtls_psa_ecp_generate_key()
H A Dpkwrite.c213 ret = mbedtls_ecp_write_key_ext(ec, &byte_length, tmp, sizeof(tmp)); in pk_write_ec_private()
H A Dpk.c711 int ret = mbedtls_ecp_write_key_ext(ec, &key_length, in import_pair_into_psa()
H A Decp.c3342 int mbedtls_ecp_write_key_ext(const mbedtls_ecp_keypair *key, in mbedtls_ecp_write_key_ext() function
H A Dssl_tls12_server.c2686 ret = mbedtls_ecp_write_key_ext(key, &key_len, buf, sizeof(buf)); in ssl_get_ecdh_params_from_cert()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decp.h1401 int mbedtls_ecp_write_key_ext(const mbedtls_ecp_keypair *key,
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog415 mbedtls_ecp_write_key_ext().
497 * The new function mbedtls_ecp_write_key_ext() is similar to