HomeSort by relevance Sort by last modified time
    Searched refs:tpmKey (Results 1 - 5 of 5) sorted by null

  /external/tpm2/
StartAuthSession.c 14 // TPM_RC_ATTRIBUTES tpmKey does not reference a decrypt key
25 // is larger than the digest size of the nameAlg of tpmKey; or, for an
27 // exponent of tpmKey.
36 OBJECT *tpmKey; // TPM key for decrypt salt
49 if(in->tpmKey != TPM_RH_NULL)
56 tpmKey = ObjectGet(in->tpmKey);
60 if(tpmKey->attributes.publicOnly)
64 // tpmKey should be a decryption key
65 if(tpmKey->publicArea.objectAttributes.decrypt != SET
    [all...]
StartAuthSession_fp.h 13 TPMI_DH_OBJECT tpmKey;
Marshal_StartAuthSession.c 46 target->tpmKey = request_handles[0];
CryptUtil_fp.h 264 TPM_HANDLE tpmKey, // IN: decrypt key
CryptUtil.c     [all...]

Completed in 4018 milliseconds