OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sizeofselect
(Results
1 - 6
of
6
) sorted by null
/external/tpm2/generator/
structures.txt
975
_NAME
sizeofSelect
976
_MIN
sizeofSelect
PCR_SELECT_MIN
978
_NAME pcrSelect _ARRAY
sizeofSelect
979
_MAX
sizeofSelect
PCR_SELECT_MAX
985
_NAME
sizeofSelect
986
_MIN
sizeofSelect
PCR_SELECT_MIN
988
_NAME pcrSelect _ARRAY
sizeofSelect
989
_MAX
sizeofSelect
PCR_SELECT_MAX
1042
_NAME
sizeofSelect
1043
_MIN
sizeofSelect
PCR_SELECT_MI
[
all
...]
/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_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
...]
tpm_types.h
709
UINT8
sizeofSelect
;
716
UINT8
sizeofSelect
;
765
UINT8
sizeofSelect
;
[
all
...]
marshal_test.c
342
value.
sizeofSelect
= PCR_SELECT_MIN;
PropertyCap.c
127
// minimum number of bytes in a TPMS_PCR_SELECT.
sizeOfSelect
Completed in 166 milliseconds