Home
last modified time | relevance | path

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

/crypto/asymmetric_keys/
Dasym_tpm.c38 uint32_t authhandle = 0; in tpm_loadkey2() local
46 ret = oiap(tb, &authhandle, enonce); in tpm_loadkey2()
70 tpm_buf_append_u32(tb, authhandle); in tpm_loadkey2()
116 uint32_t authhandle = 0; in tpm_unbind() local
126 ret = oiap(tb, &authhandle, enonce); in tpm_unbind()
152 tpm_buf_append_u32(tb, authhandle); in tpm_unbind()
199 uint32_t authhandle = 0; in tpm_sign() local
209 ret = oiap(tb, &authhandle, enonce); in tpm_sign()
235 tpm_buf_append_u32(tb, authhandle); in tpm_sign()