Searched refs:oiap (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/keys/ |
| H A D | trusted_tpm.h | 41 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | asym_tpm.c | 46 ret = oiap(tb, &authhandle, enonce); in tpm_loadkey2() 126 ret = oiap(tb, &authhandle, enonce); in tpm_unbind() 209 ret = oiap(tb, &authhandle, enonce); in tpm_sign()
|
| /OK3568_Linux_fs/kernel/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 433 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() function 450 EXPORT_SYMBOL_GPL(oiap); 600 ret = oiap(tb, &authhandle1, enonce1); in tpm_unseal() 605 ret = oiap(tb, &authhandle2, enonce2); in tpm_unseal()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | tpm.c | 863 U_BOOT_CMD_MKENT(oiap, 0, 1,
|