Searched refs:psa_get_key_attributes (Results 1 – 9 of 9) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pk_internal.h | 96 if (psa_get_key_attributes(pk->priv_id, &opaque_attrs) != PSA_SUCCESS) { in mbedtls_pk_get_ec_group_id()
|
| H A D | pk.c | 167 if (PSA_SUCCESS != psa_get_key_attributes(key, &attributes)) { in mbedtls_pk_setup_opaque() 317 status = psa_get_key_attributes(ctx->priv_id, &attributes); in mbedtls_pk_can_do_ext() 523 status = psa_get_key_attributes(pk->priv_id, &old_attributes); in mbedtls_pk_get_psa_attributes() 626 status = psa_get_key_attributes(old_key_id, &old_attributes); in copy_into_psa() 809 psa_get_key_attributes(pk->priv_id, &old_attributes); in import_public_into_psa() 877 status = psa_get_key_attributes(key_id, &key_attr); in copy_from_psa()
|
| H A D | pk_wrap.c | 615 status = psa_get_key_attributes(pk->priv_id, &key_attr); in ecdsa_opaque_verify_wrap() 705 status = psa_get_key_attributes(key_id, &key_attr); in ecdsa_sign_psa() 1414 if (PSA_SUCCESS != psa_get_key_attributes(pk->priv_id, &attributes)) { in opaque_get_bitlen() 1481 status = psa_get_key_attributes(pk->priv_id, &attributes); in rsa_opaque_decrypt() 1518 status = psa_get_key_attributes(pk->priv_id, &attributes); in rsa_opaque_sign_wrap()
|
| H A D | pkwrite.c | 398 if (psa_get_key_attributes(pk->priv_id, &opaque_attrs) != PSA_SUCCESS) { in pk_get_type_ext()
|
| H A D | ssl_tls13_keys.c | 1493 status = psa_get_key_attributes(handshake->xxdh_psa_privkey, in ssl_tls13_key_schedule_stage_handshake() 1855 status = psa_get_key_attributes(ssl->handshake->psk_opaque, &key_attributes); in mbedtls_ssl_tls13_export_handshake_psk()
|
| H A D | ssl_tls12_server.c | 2606 status = psa_get_key_attributes(pk->priv_id, &key_attributes); in ssl_get_ecdh_params_from_cert()
|
| H A D | ssl_msg.c | 5608 (void) psa_get_key_attributes(transform->psa_key_enc, &attr); in mbedtls_ssl_get_record_expansion()
|
| H A D | psa_crypto.c | 1427 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key, in psa_get_key_attributes() function
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto.h | 393 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key,
|