Home
last modified time | relevance | path

Searched refs:psa_export_key (Results 1 - 13 of 13) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h76 #define psa_export_key \ macro
77 PSA_FUNCTION_NAME(psa_export_key)
/third_party/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()
165 status = psa_export_key(pk->priv_id, tmp, sizeof(tmp), &byte_length); in pk_write_ec_private()
171 status = psa_export_key(pk->priv_id, tmp, sizeof(tmp), &byte_length); in pk_write_ec_private()
194 status = psa_export_key(pk->priv_id, tmp, sizeof(tmp), &byte_length); in pk_write_ec_private()
H A Dpk.c598 psa_status_t status = psa_export_key(old_key_id, in export_import_into_psa()
890 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.c2653 status = psa_export_key(pk->priv_id, buf, sizeof(buf), &key_len); in ssl_get_ecdh_params_from_cert()
H A Dssl_msg.c116 PSA_CHK(psa_export_key(key, key_buf, block_size, &mac_key_length)); in mbedtls_ct_hmac()
H A Dpsa_crypto.c1475 psa_status_t psa_export_key(mbedtls_svc_key_id_t key, in psa_export_key() function
/third_party/mbedtls/tests/src/
H A Dpsa_crypto_stubs.c25 psa_status_t psa_export_key(mbedtls_svc_key_id_t key, in psa_export_key() function
H A Dpsa_test_wrappers.c551 /* Wrapper for psa_export_key */
561 psa_status_t status = (psa_export_key)(arg0_key, arg1_data, arg2_data_size, arg3_data_length); in mbedtls_test_wrap_psa_export_key()
H A Dpsa_exercise_key.c1028 status = psa_export_key(key, exported, exported_size, &exported_length); in exercise_export_key()
/third_party/mbedtls/programs/psa/
H A Dkey_ladder_demo.c163 PSA_CHECK(psa_export_key(key, in save_key()
/third_party/mbedtls/include/psa/
H A Dcrypto.h578 * This function supports any output from psa_export_key(). Refer to the
580 * and to the documentation of psa_export_key() for the format for
611 * of psa_export_key() or psa_export_public_key() for
660 * beyond the format specified here, the output from psa_export_key()
741 psa_status_t psa_export_key(mbedtls_svc_key_id_t key,
3668 * for the output produced by psa_export_key().
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h327 #define psa_export_key(arg0_key, arg1_data, arg2_data_size, arg3_data_length) \ macro

Completed in 39 milliseconds