Lines Matching defs:handles
49 * handles because handles have to be processed specially when
91 * sessions (i.e. after all the handles). Once the buffer has
135 * memory for three authorization handles. We know them by
211 * objects pointed to by the handles. For most objects, this is simply
242 dev_err(&chip->dev, "TPM: too many handles\n");
272 int offset = buf->handles * 4 + TPM_HEADER_SIZE;
587 u32 cc, handles, val;
612 handles = (attrs >> TPM2_CC_ATTR_CHANDLES) & GENMASK(2, 0);
619 for (i = 0; i < handles; i++) {
687 for (i = 0; i < handles; i++) {
755 int parm_len, len, i, handles;
781 handles = (attrs >> TPM2_CC_ATTR_RHANDLE) & 1;
783 /* point to area beyond handles */
784 offset_s = TPM_HEADER_SIZE + handles * 4;