Home
last modified time | relevance | path

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

/external/tpm2/
DStartAuthSession.c36 OBJECT *tpmKey; // TPM key for decrypt salt in TPM2_StartAuthSession() local
49 if(in->tpmKey != TPM_RH_NULL) in TPM2_StartAuthSession()
56 tpmKey = ObjectGet(in->tpmKey); in TPM2_StartAuthSession()
60 if(tpmKey->attributes.publicOnly) in TPM2_StartAuthSession()
65 if(tpmKey->publicArea.objectAttributes.decrypt != SET) in TPM2_StartAuthSession()
70 result = CryptSecretDecrypt(in->tpmKey, &in->nonceCaller, "SECRET", in TPM2_StartAuthSession()
DStartAuthSession_fp.h13 TPMI_DH_OBJECT tpmKey; member
DMarshal_StartAuthSession.c46 target->tpmKey = request_handles[0]; in StartAuthSession_In_Unmarshal()
DCryptUtil_fp.h264 TPM_HANDLE tpmKey, // IN: decrypt key
DCryptUtil.c2514 TPM_HANDLE tpmKey, // IN: decrypt key in CryptSecretDecrypt() argument
2525 OBJECT *decryptKey = ObjectGet(tpmKey); //TPM key used for decrypting in CryptSecretDecrypt()