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

/linux-master/include/keys/
H A Dtrusted_tpm.h43 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c424 * Create an object independent authorisation protocol (oiap) session
426 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) function
443 EXPORT_SYMBOL_GPL(oiap); variable
593 ret = oiap(tb, &authhandle1, enonce1);
595 pr_info("oiap failed (%d)\n", ret);
598 ret = oiap(tb, &authhandle2, enonce2);
600 pr_info("oiap failed (%d)\n", ret);

Completed in 95 milliseconds