Lines Matching refs:old_attributes
525 psa_key_attributes_t old_attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_pk_get_psa_attributes() local
527 status = psa_get_key_attributes(pk->priv_id, &old_attributes); in mbedtls_pk_get_psa_attributes()
531 psa_key_type_t old_type = psa_get_key_type(&old_attributes); in mbedtls_pk_get_psa_attributes()
563 more_usage = psa_get_key_usage_flags(&old_attributes); in mbedtls_pk_get_psa_attributes()
568 psa_set_key_bits(attributes, psa_get_key_bits(&old_attributes)); in mbedtls_pk_get_psa_attributes()
569 psa_set_key_algorithm(attributes, psa_get_key_algorithm(&old_attributes)); in mbedtls_pk_get_psa_attributes()
629 psa_key_attributes_t old_attributes = PSA_KEY_ATTRIBUTES_INIT; in copy_into_psa() local
630 status = psa_get_key_attributes(old_key_id, &old_attributes); in copy_into_psa()
634 psa_key_type_t old_type = psa_get_key_type(&old_attributes); in copy_into_psa()
635 psa_reset_key_attributes(&old_attributes); in copy_into_psa()
811 psa_key_attributes_t old_attributes = PSA_KEY_ATTRIBUTES_INIT; in import_public_into_psa() local
813 psa_get_key_attributes(pk->priv_id, &old_attributes); in import_public_into_psa()
817 psa_key_type_t old_type = psa_get_key_type(&old_attributes); in import_public_into_psa()
818 psa_reset_key_attributes(&old_attributes); in import_public_into_psa()