Home
last modified time | relevance | path

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

/external/tpm2/
DNV.c1586 OBJECT_ATTRIBUTES stored_attributes; in NvMarshalObject() local
1588 stored_attributes = o->attributes; in NvMarshalObject()
1589 stored_attributes.evict = SET; in NvMarshalObject()
1590 marshaledSize = sizeof(stored_attributes); in NvMarshalObject()
1591 MemoryCopy(*buf, &stored_attributes, marshaledSize, *size); in NvMarshalObject()