Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpk.c521 psa_key_attributes_t old_attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_pk_get_psa_attributes() local
523 status = psa_get_key_attributes(pk->priv_id, &old_attributes); in mbedtls_pk_get_psa_attributes()
527 psa_key_type_t old_type = psa_get_key_type(&old_attributes); in mbedtls_pk_get_psa_attributes()
559 more_usage = psa_get_key_usage_flags(&old_attributes); in mbedtls_pk_get_psa_attributes()
564 psa_set_key_bits(attributes, psa_get_key_bits(&old_attributes)); in mbedtls_pk_get_psa_attributes()
565 psa_set_key_algorithm(attributes, psa_get_key_algorithm(&old_attributes)); in mbedtls_pk_get_psa_attributes()
625 psa_key_attributes_t old_attributes = PSA_KEY_ATTRIBUTES_INIT; in copy_into_psa() local
626 status = psa_get_key_attributes(old_key_id, &old_attributes); in copy_into_psa()
630 psa_key_type_t old_type = psa_get_key_type(&old_attributes); in copy_into_psa()
631 psa_reset_key_attributes(&old_attributes); in copy_into_psa()
[all …]