Home
last modified time | relevance | path

Searched refs:oiap (Results 1 – 2 of 2) sorted by relevance

/linux/include/keys/
H A Dtrusted_tpm.h41 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c435 * 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()