Home
last modified time | relevance | path

Searched refs:oiap (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/keys/
Dtrusted.h49 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
/Linux-v5.4/crypto/asymmetric_keys/
Dasym_tpm.c50 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/
Dtrusted.c433 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()