OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RC_ASYMMETRIC
(Results
1 - 5
of
5
) sorted by null
/system/tpm/trunks/
error_codes.cc
71
case trunks::
TPM_RC_ASYMMETRIC
: return "
TPM_RC_ASYMMETRIC
";
tpm_generated.h
656
const TPM_RC
TPM_RC_ASYMMETRIC
= RC_FMT1 + 0x001;
[
all
...]
/external/tpm2/
Object_spt.c
22
//
TPM_RC_ASYMMETRIC
mismatched parameters
54
return
TPM_RC_ASYMMETRIC
;
326
//
TPM_RC_ASYMMETRIC
non-duplicable storage key and its parent have different public
436
// TPM_RC_HASH or
TPM_RC_ASYMMETRIC
may be returned at this point
504
//
TPM_RC_ASYMMETRIC
non-duplicable storage key and its parent have different public
[
all
...]
tpm_types.h
94
#define
TPM_RC_ASYMMETRIC
((TPM_RC)(RC_FMT1 + 0x001))
[
all
...]
tpm_generated.c
[
all
...]
Completed in 254 milliseconds