OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eccCurves
(Results
1 - 8
of
8
) sorted by null
/external/tpm2/
stubs_ecc.c
18
if(
eccCurves
[i].curveId == curveId)
19
return &
eccCurves
[i];
31
return
eccCurves
[i].curveId;
CpriDataEcc.h
33
extern const ECC_CURVE
eccCurves
[];
GetCapability.c
123
&out->capabilityData.data.
eccCurves
);
CpriDataEcc.c
338
const ECC_CURVE
eccCurves
[] = {
420
const UINT16 ECC_CURVE_COUNT = sizeof(
eccCurves
) / sizeof(ECC_CURVE);
tpm_types.h
[
all
...]
CpriECC.c
47
return
eccCurves
[i].curveId;
80
if(
eccCurves
[i].curveId == curveId)
81
return &
eccCurves
[i];
[
all
...]
CryptUtil.c
[
all
...]
tpm_generated.c
[
all
...]
Completed in 77 milliseconds