OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizeofSelect
(Results
1 - 4
of
4
) sorted by null
/external/tpm2/
PCR.c
221
gp.pcrAllocated.pcrSelections[gp.pcrAllocated.count].
sizeofSelect
409
for(i = selection->
sizeofSelect
; i < PCR_SELECT_MAX; i++)
420
for (i = 0; i < selection->
sizeofSelect
; i++)
806
&& (pcr / 8) < select->
sizeofSelect
)
836
selection->pcrSelections[i].
sizeofSelect
);
945
for(j = 0; j < newAllocate.pcrSelections[i].
sizeofSelect
; j++)
[
all
...]
tpm_types.h
709
UINT8
sizeofSelect
;
716
UINT8
sizeofSelect
;
765
UINT8
sizeofSelect
;
[
all
...]
marshal_test.c
342
value.
sizeofSelect
= PCR_SELECT_MIN;
tpm_generated.c
924
total_size += UINT8_Marshal(&source->
sizeofSelect
, buffer, size);
925
for (i = 0; i < source->
sizeofSelect
; ++i) {
940
result = UINT8_Unmarshal(&target->
sizeofSelect
, buffer, size);
944
if (target->
sizeofSelect
> PCR_SELECT_MAX) {
947
if (target->
sizeofSelect
< PCR_SELECT_MIN) {
950
for (i = 0; i < target->
sizeofSelect
; ++i) {
[
all
...]
Completed in 115 milliseconds