Lines Matching refs:result
168 * verify the AUTH1_COMMAND (Seal) result from TPM
179 uint32_t result;
197 result = LOAD32N(buffer, TPM_RETURN_OFFSET);
214 ret = crypto_shash_update(&sdesc->shash, (const u8 *)&result,
215 sizeof result);
253 * verify the AUTH2_COMMAND (unseal) result from TPM
266 uint32_t result;
285 result = LOAD32N(buffer, TPM_RETURN_OFFSET);
307 ret = crypto_shash_update(&sdesc->shash, (const u8 *)&result,
308 sizeof result);