Searched defs:hashObject (Results 1 – 10 of 10) sorted by relevance
52 HASH_OBJECT *hashObject; in TPM2_SequenceComplete() local
52 HASH_OBJECT *hashObject; in TPM2_SequenceUpdate() local
52 HASH_OBJECT *hashObject; in TPM2_EventSequenceComplete() local
45 HASH_OBJECT *hashObject; in _TPM_Hash_Data() local
45 HASH_OBJECT *hashObject; in _TPM_Hash_End() local
568 HASH_OBJECT *hashObject = AllocateSequenceSlot(newHandle, auth); in ObjectCreateHashSequence() local592 HASH_OBJECT *hashObject = AllocateSequenceSlot(newHandle, auth); in ObjectCreateEventSequence() local616 HASH_OBJECT *hashObject; in ObjectTerminateEvent() local
32 public <T> HashCode hashObject(T instance, Funnel<? super T> funnel) { in hashObject() method in AbstractHashFunction
214 <T> HashCode hashObject(T instance, Funnel<? super T> funnel); in hashObject() method