Searched refs:oiap (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/include/keys/ |
H A D | trusted_tpm.h | 43 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
|
/kernel/linux/linux-5.10/include/keys/ |
H A D | trusted_tpm.h | 41 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 424 * Create an object independent authorisation protocol (oiap) session 426 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() function 443 EXPORT_SYMBOL_GPL(oiap); variable 593 ret = oiap(tb, &authhandle1, enonce1); in tpm_unseal() 595 pr_info("oiap failed (%d)\n", ret); in tpm_unseal() 598 ret = oiap(tb, &authhandle2, enonce2); in tpm_unseal() 600 pr_info("oiap failed (%d)\n", ret); in tpm_unseal()
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | asym_tpm.c | 46 ret = oiap(tb, &authhandle, enonce); in tpm_loadkey2() 48 pr_info("oiap failed (%d)\n", ret); in tpm_loadkey2() 126 ret = oiap(tb, &authhandle, enonce); in tpm_unbind() 128 pr_info("oiap failed (%d)\n", ret); in tpm_unbind() 209 ret = oiap(tb, &authhandle, enonce); in tpm_sign() 211 pr_info("oiap failed (%d)\n", ret); in tpm_sign()
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 431 * Create an object independent authorisation protocol (oiap) session 433 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() function 450 EXPORT_SYMBOL_GPL(oiap); variable 600 ret = oiap(tb, &authhandle1, enonce1); in tpm_unseal() 602 pr_info("trusted_key: oiap failed (%d)\n", ret); in tpm_unseal() 605 ret = oiap(tb, &authhandle2, enonce2); in tpm_unseal() 607 pr_info("trusted_key: oiap failed (%d)\n", ret); in tpm_unseal()
|
Completed in 5 milliseconds