Searched refs:oiap (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/keys/ |
D | trusted.h | 49 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
|
/Linux-v5.4/crypto/asymmetric_keys/ |
D | asym_tpm.c | 50 ret = oiap(tb, &authhandle, enonce); in tpm_loadkey2() 136 ret = oiap(tb, &authhandle, enonce); in tpm_unbind() 222 ret = oiap(tb, &authhandle, enonce); in tpm_sign()
|
/Linux-v5.4/security/keys/ |
D | trusted.c | 433 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() function 453 EXPORT_SYMBOL_GPL(oiap); 601 ret = oiap(tb, &authhandle1, enonce1); in tpm_unseal() 606 ret = oiap(tb, &authhandle2, enonce2); in tpm_unseal()
|