OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ownerAlg
(Results
1 - 6
of
6
) sorted by null
/external/tpm2/
SetPrimaryPolicy.c
44
gp.
ownerAlg
= in->hashAlg;
46
NvWriteReserved(NV_OWNER_ALG, &gp.
ownerAlg
);
Clear.c
58
gp.
ownerAlg
= gp.endorsementAlg = gp.lockoutAlg = TPM_ALG_NULL;
78
NvWriteReserved(NV_OWNER_ALG, &gp.
ownerAlg
);
Hierarchy.c
38
gp.
ownerAlg
= TPM_ALG_NULL;
59
NvWriteReserved(NV_OWNER_ALG, &gp.
ownerAlg
);
Entity.c
262
hashAlg = gp.
ownerAlg
;
Global.h
675
TPMI_ALG_HASH
ownerAlg
;
[
all
...]
NV.c
487
s_reservedSize[NV_OWNER_ALG] = sizeof(gp.
ownerAlg
);
618
NvReadReserved(NV_OWNER_ALG, &gp.
ownerAlg
);
[
all
...]
Completed in 285 milliseconds