OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hmacObject
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/
HMAC_Start.c
26
OBJECT *
hmacObject
;
33
hmacObject
= ObjectGet(in->handle);
34
publicArea = &
hmacObject
->publicArea;
HMAC.c
26
OBJECT *
hmacObject
;
33
hmacObject
= ObjectGet(in->handle);
34
publicArea = &
hmacObject
->publicArea;
69
&
hmacObject
->sensitive.sensitive.bits.b,
Object.c
461
HASH_OBJECT *
hmacObject
;
464
if(!AllocateSequenceSlot(newHandle, &
hmacObject
, auth))
467
hmacObject
->attributes.hmacSeq = SET;
471
&
hmacObject
->state.hmacState);
Completed in 137 milliseconds