OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curveID
(Results
1 - 5
of
5
) sorted by null
/external/tpm2/
ECC_Parameters_fp.h
12
typedef struct { TPMI_ECC_CURVE
curveID
; } ECC_Parameters_In;
EC_Ephemeral_fp.h
12
typedef struct { TPMI_ECC_CURVE
curveID
; } EC_Ephemeral_In;
Object_spt.c
394
TPM_ECC_CURVE
curveID
= publicArea->parameters.eccDetail.
curveID
;
395
const TPMT_ECC_SCHEME *curveScheme = CryptGetCurveSignScheme(
curveID
);
396
// The
curveId
must be valid or the unmarshaling is busted.
398
// If the
curveID
requires a specific scheme, then the key must select
[
all
...]
CryptoEngine.h
167
UINT32
curveID
; // The curve identifier
tpm_types.h
[
all
...]
Completed in 3726 milliseconds