Home
last modified time | relevance | path

Searched refs:psa_export_key (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpkwrite.c70 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 Dpk.c594 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 Dssl_tls13_keys.c1866 status = psa_export_key(ssl->handshake->psk_opaque, in mbedtls_ssl_tls13_export_handshake_psk()
H A Dssl_tls12_server.c2628 status = psa_export_key(pk->priv_id, buf, sizeof(buf), &key_len); in ssl_get_ecdh_params_from_cert()
H A Dssl_msg.c117 PSA_CHK(psa_export_key(key, key_buf, block_size, &mac_key_length)); in mbedtls_ct_hmac()
H A Dpsa_crypto.c1504 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 Dcrypto.h756 psa_status_t psa_export_key(mbedtls_svc_key_id_t key,
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2659 APIs. psa_import_key and psa_export_key will now correctly expect/output