Searched refs:old_attributes (Results 1 – 1 of 1) sorted by relevance
525 psa_key_attributes_t old_attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_pk_get_psa_attributes() local527 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() local630 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()[all …]