Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1576791
| From | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/6] tpm: export tpm2_flush_context_cmd |
| Date | 2017-02-08 19:10 +0100 |
| Message-ID | <t8EQN-3Ed-1@gated-at.bofh.it> (permalink) |
| References | <t8ys1-84Y-7@gated-at.bofh.it> <t8ys1-84Y-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> /** > + * tpm2_flush_context_cmd() - execute a TPM2_FlushContext command > + * @chip: TPM chip to use > + * @payload: the key data in clear and encrypted form > + * @options: authentication values and other options > + * > + * Return: same as with tpm_transmit_cmd > + */ > +void tpm2_flush_context_cmd(struct tpm_chip *chip, u32 handle, > + unsigned int flags) Why did you move the function in the same file? Adding a prototype shouldn't require that.. Jason
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 2/6] tpm: export tpm2_flush_context_cmd Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2017-02-08 12:20 +0100
Re: [PATCH 2/6] tpm: export tpm2_flush_context_cmd Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - 2017-02-08 19:10 +0100
Re: [PATCH 2/6] tpm: export tpm2_flush_context_cmd Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2017-02-10 08:50 +0100
csiph-web