Home
last modified time | relevance | path

Searched refs:TPML_ECC_CURVE (Results 1 – 5 of 5) sorted by relevance

/external/tpm2/
DCryptUtil_fp.h16 TPML_ECC_CURVE *curveList // OUT: ECC curve list
Dtpm_types.h842 } TPML_ECC_CURVE; typedef
854 TPML_ECC_CURVE eccCurves;
Dtpm_generated.h713 UINT16 TPML_ECC_CURVE_Marshal(TPML_ECC_CURVE* source,
717 TPM_RC TPML_ECC_CURVE_Unmarshal(TPML_ECC_CURVE* target,
Dtpm_generated.c5563 UINT16 TPML_ECC_CURVE_Marshal(TPML_ECC_CURVE* source, in TPML_ECC_CURVE_Marshal()
5575 TPM_RC TPML_ECC_CURVE_Unmarshal(TPML_ECC_CURVE* target, in TPML_ECC_CURVE_Unmarshal()
6596 return TPML_ECC_CURVE_Marshal((TPML_ECC_CURVE*)&source->eccCurves, buffer, in TPMU_CAPABILITIES_Marshal()
6629 return TPML_ECC_CURVE_Unmarshal((TPML_ECC_CURVE*)&target->eccCurves, in TPMU_CAPABILITIES_Unmarshal()
DCryptUtil.c3601 TPML_ECC_CURVE *curveList // OUT: ECC curve list in CryptCapGetECCCurve()