Searched refs:oiap (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/keys/ |
D | trusted_tpm.h | 41 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
|
/Linux-v5.10/crypto/asymmetric_keys/ |
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-v5.10/security/keys/trusted-keys/ |
D | trusted_tpm1.c | 430 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() function 447 EXPORT_SYMBOL_GPL(oiap); 591 ret = oiap(tb, &authhandle1, enonce1); in tpm_unseal() 596 ret = oiap(tb, &authhandle2, enonce2); in tpm_unseal()
|