Home
last modified time | relevance | path

Searched refs:ECC_NIST_P224 (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmAlgorithmDefines.h51 (ECC_BN_P256 + ECC_BN_P638 + ECC_NIST_P192 + ECC_NIST_P224 + \
55 MAX(ECC_NIST_P192 * 192, MAX(ECC_NIST_P224 * 224, \
DOIDs.h247 #if ECC_NIST_P224
DTpmProfile.h78 #ifndef ECC_NIST_P224
79 #define ECC_NIST_P224 NO macro
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/
DImplementation.h115 #define ECC_NIST_P224 NO macro
132 (ECC_BN_P256 + ECC_BN_P638 + ECC_NIST_P192 + ECC_NIST_P224 + \
136 MAX(ECC_NIST_P192 * 192, MAX(ECC_NIST_P224 * 224, \
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccData.c169 #if ECC_NIST_P224
572 #if ECC_NIST_P224
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c91 (UINT32)((ECC_NIST_P192 << 0) | (ECC_NIST_P224 << 1) | (ECC_NIST_P256 << 2) |
955 (UINT32)((ECC_NIST_P192 << 0) | (ECC_NIST_P224 << 1) | (ECC_NIST_P256 << 2) |
DMarshal.c4447 #if ECC_NIST_P224 in TPMI_ECC_CURVE_Unmarshal()