Searched refs:oiap (Results 1 – 6 of 6) sorted by relevance
| /linux/include/keys/ |
| A D | trusted_tpm.h | 43 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
|
| /linux/security/keys/trusted-keys/ |
| A D | trusted_tpm1.c | 426 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() function 443 EXPORT_SYMBOL_GPL(oiap); 593 ret = oiap(tb, &authhandle1, enonce1); in tpm_unseal() 598 ret = oiap(tb, &authhandle2, enonce2); in tpm_unseal()
|
| /linux/crypto/asymmetric_keys/ |
| 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()
|
| /linux/ |
| A D | vmlinux.symvers | 4958 0x00000000 oiap vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 14658 ffff800010434db4 T oiap
|
| A D | .tmp_System.map | 14658 ffff800010434db4 T oiap
|
Completed in 1032 milliseconds