OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prevsetting
(Results
1 - 1
of
1
) sorted by null
/external/tpm2/
PolicyLocality.c
25
BYTE
prevSetting
[sizeof(TPMA_LOCALITY)];
47
buffer =
prevSetting
;
52
if(
prevSetting
[0] != 0
55
&& ((
prevSetting
[0] < 32) != (marshalBuffer[0] < 32)))
63
if(
prevSetting
[0] == 0)
64
prevSetting
[0] = 0x1F;
66
// AND the new setting with the previous setting and store it in
prevSetting
67
prevSetting
[0] &= marshalBuffer[0];
70
if(
prevSetting
[0] == 0)
77
if(
prevSetting
[0] != 0 && prevSetting[0] != marshalBuffer[0]
[
all
...]
Completed in 55 milliseconds