Lines Matching defs:attributes
292 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
310 /* Set required key attributes to ensure get_builtin_key can retrieve the
311 * full attributes. */
312 psa_set_key_id(&attributes, slot->attr.id);
313 psa_set_key_lifetime(&attributes, lifetime);
315 /* Get the full key attributes from the driver in order to be able to
318 slot_number, &attributes,
321 /* Builtin keys cannot be defined by the attributes alone */
330 status = psa_driver_wrapper_get_key_buffer_size(&attributes,
344 slot_number, &attributes,
350 /* Copy actual key length and core attributes into the slot on success */
352 slot->attr = attributes;