Searched refs:psa_export_public_key (Results 1 – 9 of 9) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pk_ecc.c | 96 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 D | pkwrite.c | 101 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 D | pk_wrap.c | 623 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 D | pk.c | 818 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 D | ssl_tls13_generic.c | 1596 status = psa_export_public_key(handshake->xxdh_psa_privkey, in mbedtls_ssl_tls13_generate_and_write_xxdh_key_exchange()
|
| H A D | ssl_tls12_client.c | 2801 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 D | ssl_tls12_server.c | 3040 status = psa_export_public_key(handshake->xxdh_psa_privkey, in ssl_prepare_server_key_exchange()
|
| H A D | psa_crypto.c | 1619 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 D | crypto.h | 831 psa_status_t psa_export_public_key(mbedtls_svc_key_id_t key,
|