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