Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jejb
/
fido2-ctap-gadget
/
fb684edc6c49564007dc011fab80ca202e7cef58
/
.
/
hidgd-tpm.h
blob: 50337ee4f0328ca3a63438536107c1e7f1a6e589 [
file
] [
log
] [
blame
]
#ifndef
_HIDGD_TPM_H
#define
_HIDGD_TPM_H
#include
"u2f.h"
void
tpm_get_public_point
(
uint32_t
handle
,
U2F_EC_POINT
*
pub
);
int
tpm_fill_register_sig
(
uint32_t
parent
,
U2F_REGISTER_REQ
*
req
,
U2F_REGISTER_RESP
*
resp
,
uint8_t
*
sig
);
#endif