Home
last modified time | relevance | path

Searched refs:handleIndex (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DCommandCodeAttributes.c340 UINT32 handleIndex // IN: handle index (zero based) in CommandAuthRole() argument
343 if(0 == handleIndex) in CommandAuthRole()
355 else if(1 == handleIndex) in CommandAuthRole()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCommandCodeAttributes_fp.h94 UINT32 handleIndex // IN: handle index (zero based)
/external/libchrome/mojo/public/js/lib/
Dvalidator.js115 this.handleIndex = 0;
160 if (index < this.handleIndex || index >= this.handleIndexLimit)
164 this.handleIndex = index + 1;