OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPMU_HA
(Results
1 - 12
of
12
) sorted by null
/external/tpm2/
GetRandom.c
20
if(in->bytesRequested > sizeof(
TPMU_HA
))
21
out->randomBytes.t.size = sizeof(
TPMU_HA
);
Context_spt.c
31
BYTE kdfResult[sizeof(
TPMU_HA
) * 2];// Value produced by the KDF
marshal_test.c
353
value.t.size = sizeof(
TPMU_HA
)-1;
355
UINT16 expected_bytes = sizeof(UINT16)+(sizeof(
TPMU_HA
)-1)*sizeof(BYTE);
Entity.c
232
MemoryCopy(auth, authValue.t.buffer, authValue.t.size, sizeof(
TPMU_HA
));
PropertyCap.c
190
*value = sizeof(
TPMU_HA
);
Global.h
95
// An AUTH_VALUE is a BYTE array containing a digest (
TPMU_HA
)
97
typedef BYTE AUTH_VALUE[sizeof(
TPMU_HA
)];
[
all
...]
tpm_types.h
592
// Table 70 Definition of
TPMU_HA
Union < IN/OUT, S>
612
}
TPMU_HA
;
617
TPMU_HA
digest;
624
BYTE buffer[sizeof(
TPMU_HA
)];
[
all
...]
Session.c
607
pAssert(auth.t.size <= sizeof(
TPMU_HA
));
[
all
...]
tpm_generated.h
[
all
...]
tpm_generated.c
497
if (target->t.size > sizeof(
TPMU_HA
)) {
[
all
...]
/system/tpm/trunks/
tpm_generated.h
[
all
...]
tpm_generated.cc
[
all
...]
Completed in 1662 milliseconds