Home
last modified time | relevance | path

Searched refs:psa_export_public_key (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpk_ecc.c96 status = psa_export_public_key(pk->priv_id, pk->pub_raw, sizeof(pk->pub_raw), in mbedtls_pk_ecc_set_pubkey_from_prv()
123 status = psa_export_public_key(key_id, pub, sizeof(pub), &pub_len); in mbedtls_pk_ecc_set_pubkey_from_prv()
H A Dpkwrite.c101 if (psa_export_public_key(pk->priv_id, buf, sizeof(buf), &len) != PSA_SUCCESS) { in pk_write_ec_pubkey()
129 if (psa_export_public_key(pk->priv_id, buf, sizeof(buf), &len) != PSA_SUCCESS) { in pk_write_ec_pubkey()
371 if (psa_export_public_key(pk->priv_id, start, buffer_size, in pk_write_opaque_pubkey()
H A Dpk_wrap.c623 status = psa_export_public_key(pk->priv_id, key, sizeof(key), &key_len); in ecdsa_opaque_verify_wrap()
940 status = psa_export_public_key(key_id, prv_key_buf, sizeof(prv_key_buf), in eckey_check_pair_psa()
992 status = psa_export_public_key(key_id, prv_key_buf, sizeof(prv_key_buf), in eckey_check_pair_psa()
1058 status = psa_export_public_key(prv->priv_id, exp_pub_key, sizeof(exp_pub_key), in ecdsa_opaque_check_pair_wrap()
H A Dpk.c818 status = psa_export_public_key(pk->priv_id, in import_public_into_psa()
883 status = psa_export_public_key(key_id, exp_key, sizeof(exp_key), &exp_key_len); in copy_from_psa()
H A Dssl_tls13_generic.c1596 status = psa_export_public_key(handshake->xxdh_psa_privkey, in mbedtls_ssl_tls13_generate_and_write_xxdh_key_exchange()
H A Dssl_tls12_client.c2801 status = psa_export_public_key(handshake->xxdh_psa_privkey, in ssl_write_client_key_exchange()
2973 status = psa_export_public_key(handshake->xxdh_psa_privkey, in ssl_write_client_key_exchange()
H A Dssl_tls12_server.c3040 status = psa_export_public_key(handshake->xxdh_psa_privkey, in ssl_prepare_server_key_exchange()
H A Dpsa_crypto.c1619 psa_status_t psa_export_public_key(mbedtls_svc_key_id_t key, in psa_export_public_key() function
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto.h831 psa_status_t psa_export_public_key(mbedtls_svc_key_id_t key,