Searched refs:mbedtls_ecp_write_key_ext (Results 1 – 7 of 7) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/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() 348 ret = mbedtls_ecp_write_key_ext(&ecp, key_buffer_length, in mbedtls_psa_ecp_generate_key()
|
| H A D | pkwrite.c | 213 ret = mbedtls_ecp_write_key_ext(ec, &byte_length, tmp, sizeof(tmp)); in pk_write_ec_private()
|
| H A D | pk.c | 711 int ret = mbedtls_ecp_write_key_ext(ec, &key_length, in import_pair_into_psa()
|
| H A D | ecp.c | 3342 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 | 2686 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 D | ecp.h | 1401 int mbedtls_ecp_write_key_ext(const mbedtls_ecp_keypair *key,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 415 mbedtls_ecp_write_key_ext(). 497 * The new function mbedtls_ecp_write_key_ext() is similar to
|