Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/keys/
H A Dtrusted_tpm.h41 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce);
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dasym_tpm.c46 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 Dtrusted_tpm1.c433 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 Dtpm.c863 U_BOOT_CMD_MKENT(oiap, 0, 1,