OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RC_HASH
(Results
1 - 8
of
8
) sorted by null
/external/tpm2/
PolicyAuthorize.c
15
//
TPM_RC_HASH
hash algorithm in keyName is not supported
44
return
TPM_RC_HASH
+ RC_PolicyAuthorize_keySign;
Commit.c
18
//
TPM_RC_HASH
invalid name algorithm in keyHandle
94
return
TPM_RC_HASH
+ RC_Commit_signHandle;
marshal_test.c
346
CHECK_EQ(rc,
TPM_RC_HASH
);
Object_spt.c
23
//
TPM_RC_HASH
mismatched name algorithm
40
return
TPM_RC_HASH
;
330
//
TPM_RC_HASH
non-duplicable storage key and its parent have different name
436
//
TPM_RC_HASH
or TPM_RC_ASYMMETRIC may be returned at this point
511
//
TPM_RC_HASH
non-duplicable storage key and its parent have different name
[
all
...]
tpm_types.h
96
#define
TPM_RC_HASH
((TPM_RC)(RC_FMT1 + 0x003))
[
all
...]
tpm_generated.c
880
return allow_conditional_value ? TPM_RC_SUCCESS :
TPM_RC_HASH
;
905
return
TPM_RC_HASH
;
[
all
...]
/system/tpm/trunks/
error_codes.cc
73
case trunks::
TPM_RC_HASH
: return "
TPM_RC_HASH
";
tpm_generated.h
658
const TPM_RC
TPM_RC_HASH
= RC_FMT1 + 0x003;
[
all
...]
Completed in 1090 milliseconds