Searched refs:psa_export_key (Results 1 – 8 of 8) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pkwrite.c | 70 if (psa_export_key(pk->priv_id, tmp, sizeof(tmp), &tmp_len) != PSA_SUCCESS) { in pk_write_rsa_der() 173 status = psa_export_key(pk->priv_id, tmp, sizeof(tmp), &byte_length); in pk_write_ec_private() 179 status = psa_export_key(pk->priv_id, tmp, sizeof(tmp), &byte_length); in pk_write_ec_private() 202 status = psa_export_key(pk->priv_id, tmp, sizeof(tmp), &byte_length); in pk_write_ec_private()
|
| H A D | pk.c | 594 psa_status_t status = psa_export_key(old_key_id, in export_import_into_psa() 885 status = psa_export_key(key_id, exp_key, sizeof(exp_key), &exp_key_len); in copy_from_psa()
|
| H A D | ssl_tls13_keys.c | 1866 status = psa_export_key(ssl->handshake->psk_opaque, in mbedtls_ssl_tls13_export_handshake_psk()
|
| H A D | ssl_tls12_server.c | 2628 status = psa_export_key(pk->priv_id, buf, sizeof(buf), &key_len); in ssl_get_ecdh_params_from_cert()
|
| H A D | ssl_msg.c | 117 PSA_CHK(psa_export_key(key, key_buf, block_size, &mac_key_length)); in mbedtls_ct_hmac()
|
| H A D | psa_crypto.c | 1504 psa_status_t psa_export_key(mbedtls_svc_key_id_t key, in psa_export_key() function
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto.h | 756 psa_status_t psa_export_key(mbedtls_svc_key_id_t key,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 2659 APIs. psa_import_key and psa_export_key will now correctly expect/output
|