Searched refs:psa_export_key (Results 1 - 13 of 13) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 76 #define psa_export_key \ macro 77 PSA_FUNCTION_NAME(psa_export_key)
|
/third_party/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() 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 D | pk.c | 598 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 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 | 2653 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 | 116 PSA_CHK(psa_export_key(key, key_buf, block_size, &mac_key_length)); in mbedtls_ct_hmac()
|
H A D | psa_crypto.c | 1475 psa_status_t psa_export_key(mbedtls_svc_key_id_t key, in psa_export_key() function
|
/third_party/mbedtls/tests/src/ |
H A D | psa_crypto_stubs.c | 25 psa_status_t psa_export_key(mbedtls_svc_key_id_t key, in psa_export_key() function
|
H A D | psa_test_wrappers.c | 551 /* 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 D | psa_exercise_key.c | 1028 status = psa_export_key(key, exported, exported_size, &exported_length); in exercise_export_key()
|
/third_party/mbedtls/programs/psa/ |
H A D | key_ladder_demo.c | 163 PSA_CHECK(psa_export_key(key, in save_key()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 578 * 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 D | psa_test_wrappers.h | 327 #define psa_export_key(arg0_key, arg1_data, arg2_data_size, arg3_data_length) \ macro
|
Completed in 39 milliseconds