Home
last modified time | relevance | path

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

/external/tpm2/
DNV.c1594 OBJECT_ATTRIBUTES stored_attributes; in NvMarshalObject() local
1596 stored_attributes = o->attributes; in NvMarshalObject()
1597 stored_attributes.evict = SET; in NvMarshalObject()
1598 marshaledSize = sizeof(stored_attributes); in NvMarshalObject()
1599 MemoryCopy(*buf, &stored_attributes, marshaledSize, *size); in NvMarshalObject()