OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tpmKey
(Results
1 - 2
of
2
) 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
;
Completed in 50 milliseconds