Home
last modified time | relevance | path

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

/mbedtls-3.4.0/library/
Dpsa_crypto.c2006 psa_key_slot_t *source_slot = NULL; in psa_copy_key() local
2015 source_key, &source_slot, PSA_KEY_USAGE_COPY, 0 ); in psa_copy_key()
2019 status = psa_validate_optional_attributes( source_slot, in psa_copy_key()
2029 actual_attributes.core.bits = source_slot->attr.bits; in psa_copy_key()
2030 actual_attributes.core.type = source_slot->attr.type; in psa_copy_key()
2033 status = psa_restrict_key_policy( source_slot->attr.type, in psa_copy_key()
2035 &source_slot->attr.policy ); in psa_copy_key()
2044 PSA_KEY_LIFETIME_GET_LOCATION( source_slot->attr.lifetime ) ) in psa_copy_key()
2074 source_slot->key.data, in psa_copy_key()
2075 source_slot->key.bytes, in psa_copy_key()
[all …]