OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:signhandle
(Results
1 - 25
of
31
) sorted by null
1
2
/external/tpm2/
Certify.c
15
// TPM_RC_KEY key referenced by
signHandle
is not a signing key
16
// TPM_RC_SCHEME inScheme is not compatible with
signHandle
18
// modulus of
signHandle
, or the buffer for the result in signature is too
35
result = FillInAttestInfo(in->
signHandle
,
58
//
signHandle
is TPM_RH_NULL. A TPM_RC_NV_UNAVAILABLE, TPM_RC_NV_RATE,
61
result = SignAttestInfo(in->
signHandle
,
77
if(in->
signHandle
!= TPM_RH_NULL)
Attest_spt.c
20
// TPM_RC_KEY key referenced by
signHandle
is not a signing key
27
TPMI_DH_OBJECT
signHandle
, // IN: handle of signing object
35
result = CryptSelectSignScheme(
signHandle
, scheme);
40
if(
signHandle
== TPM_RH_NULL)
48
TPM_HANDLE_Marshal(&
signHandle
, &buffer, &bufferSize);
57
ObjectGetQualifiedName(
signHandle
, &attest->qualifiedSigner);
66
signHierarhcy = EntityGetHierarchy(
signHandle
);
74
if(
signHandle
== TPM_RH_NULL ||
signHandle
== TPM_RH_OWNER)
81
signObject = ObjectGet(
signHandle
);
[
all
...]
CertifyCreation.c
15
// TPM_RC_KEY key referenced by
signHandle
is not a signing key
16
// TPM_RC_SCHEME inScheme is not compatible with
signHandle
19
// modulus of
signHandle
, or the buffer for the result in signature is too
48
result = FillInAttestInfo(in->
signHandle
, &in->inScheme, &in->qualifyingData,
67
//
signHandle
is TPM_RH_NULL. A TPM_RC_NV_UNAVAILABLE, TPM_RC_NV_RATE,
70
result = SignAttestInfo(in->
signHandle
,
86
if(in->
signHandle
!= TPM_RH_NULL)
GetCommandAuditDigest.c
15
// TPM_RC_KEY key referenced by
signHandle
is not a signing key
16
// TPM_RC_SCHEME inScheme is incompatible with
signHandle
type; or both scheme and
21
//
signHandle
(for an RSA key); invalid commit status or failed to
37
result = FillInAttestInfo(in->
signHandle
,
64
//
signHandle
is TPM_RH_NULL. A TPM_RC_NV_UNAVAILABLE, TPM_RC_NV_RATE,
67
result = SignAttestInfo(in->
signHandle
,
79
if(in->
signHandle
!= TPM_RH_NULL)
GetSessionAuditDigest.c
15
// TPM_RC_KEY key referenced by
signHandle
is not a signing key
16
// TPM_RC_SCHEME inScheme is incompatible with
signHandle
type; or both scheme and
22
//
signHandle
(for an RSA key); invalid commit status or failed to
49
result = FillInAttestInfo(in->
signHandle
,
75
//
signHandle
is TPM_RH_NULL. A TPM_RC_NV_UNAVAILABLE, TPM_RC_NV_RATE,
78
result = SignAttestInfo(in->
signHandle
,
89
if(in->
signHandle
!= TPM_RH_NULL)
GetTime.c
15
// TPM_RC_KEY key referenced by
signHandle
is not a signing key
16
// TPM_RC_SCHEME inScheme is incompatible with
signHandle
type; or both scheme and
21
//
signHandle
(for an RSA key); invalid commit status or failed to
37
result = FillInAttestInfo(in->
signHandle
,
63
//
signHandle
is TPM_RH_NULL. A TPM_RC_NV_UNAVAILABLE, TPM_RC_NV_RATE,
66
result = SignAttestInfo(in->
signHandle
,
77
if(in->
signHandle
!= TPM_RH_NULL)
Attest_spt_fp.h
10
TPMI_DH_OBJECT
signHandle
, // IN: handle of signing object
16
TPMI_DH_OBJECT
signHandle
, // IN: handle of sign object
Quote.c
15
// TPM_RC_KEY
signHandle
does not reference a signing key;
35
result = FillInAttestInfo(in->
signHandle
,
69
//
signHandle
is TPM_RH_NULL. TPM_RC_VALUE, TPM_RC_SCHEME or TPM_RC_ATTRIBUTES
75
result = SignAttestInfo(in->
signHandle
,
86
if(in->
signHandle
!= TPM_RH_NULL)
NV_Certify.c
18
// TPM_RC_KEY
signHandle
does not reference a signing key
69
result = FillInAttestInfo(in->
signHandle
,
100
//
signHandle
is TPM_RH_NULL. SignAttestInfo() may return TPM_RC_VALUE,
105
result = SignAttestInfo(in->
signHandle
,
116
if(in->
signHandle
!= TPM_RH_NULL)
CertifyCreation_fp.h
13
TPMI_DH_OBJECT
signHandle
;
Certify_fp.h
14
TPMI_DH_OBJECT
signHandle
;
Commit_fp.h
13
TPMI_DH_OBJECT
signHandle
;
GetCommandAuditDigest_fp.h
14
TPMI_DH_OBJECT
signHandle
;
GetSessionAuditDigest_fp.h
14
TPMI_DH_OBJECT
signHandle
;
GetTime_fp.h
14
TPMI_DH_OBJECT
signHandle
;
NV_Certify_fp.h
13
TPMI_DH_OBJECT
signHandle
;
Quote_fp.h
13
TPMI_DH_OBJECT
signHandle
;
Marshal_Certify.c
45
target->
signHandle
= request_handles[1];
Marshal_CertifyCreation.c
44
target->
signHandle
= request_handles[0];
Marshal_Commit.c
46
target->
signHandle
= request_handles[0];
Marshal_GetCommandAuditDigest.c
45
target->
signHandle
= request_handles[1];
Marshal_GetSessionAuditDigest.c
45
target->
signHandle
= request_handles[1];
Marshal_GetTime.c
45
target->
signHandle
= request_handles[1];
Marshal_NV_Certify.c
44
target->
signHandle
= request_handles[0];
Marshal_Quote.c
44
target->
signHandle
= request_handles[0];
Completed in 307 milliseconds
1
2