Searched refs:oiap (Results 1 - 2 of 2) sorted by path

/linux-master/include/keys/
H A Dtrusted_tpm.h41 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
/linux-master/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) function
454 EXPORT_SYMBOL_GPL(oiap); variable
604 ret = oiap(tb, &authhandle1, enonce1);
606 pr_info("oiap failed (%d)\n", ret);
609 ret = oiap(tb, &authhandle2, enonce2);
611 pr_info("oiap failed (%d)\n", ret);

Completed in 169 milliseconds