Home
last modified time | relevance | path

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

/crypto/asymmetric_keys/
Dasym_tpm.c42 uint32_t authhandle = 0; in tpm_loadkey2() local
50 ret = oiap(tb, &authhandle, enonce); in tpm_loadkey2()
77 store32(tb, authhandle); in tpm_loadkey2()
126 uint32_t authhandle = 0; in tpm_unbind() local
136 ret = oiap(tb, &authhandle, enonce); in tpm_unbind()
165 store32(tb, authhandle); in tpm_unbind()
212 uint32_t authhandle = 0; in tpm_sign() local
222 ret = oiap(tb, &authhandle, enonce); in tpm_sign()
251 store32(tb, authhandle); in tpm_sign()