Home
last modified time | relevance | path

Searched refs:ECC_NIST_P192 (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.h242 #if ECC_NIST_P192
DTpmProfile.h75 #ifndef ECC_NIST_P192
76 #define ECC_NIST_P192 NO macro
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/
DImplementation.h114 #define ECC_NIST_P192 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.c124 #if ECC_NIST_P192
560 #if ECC_NIST_P192
/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.c4444 #if ECC_NIST_P192 in TPMI_ECC_CURVE_Unmarshal()