Searched refs:oiap (Results 1 – 2 of 2) sorted by relevance
/linux/include/keys/ |
H A D | trusted_tpm.h | 41 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 435 * Create an object independent authorisation protocol (oiap) session 437 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() function 454 EXPORT_SYMBOL_GPL(oiap); 604 ret = oiap(tb, &authhandle1, enonce1); in tpm_unseal() 606 pr_info("oiap failed (%d)\n", ret); in tpm_unseal() 609 ret = oiap(tb, &authhandle2, enonce2); in tpm_unseal() 611 pr_info("oiap failed (%d)\n", ret); in tpm_unseal()
|