Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmAlgorithmDefines.h193 #define TDES_KEY_SIZES_BITS (128 * TDES_128), (192 * TDES_192)
196 #elif TDES_128
203 #define TDES_128_BLOCK_SIZE_BYTES (TDES_128 * 8)
DSelfTest.h50 #define TDES_ENTRIES (TDES_128 + TDES_192)
DTpmProfile.h409 #ifndef TDES_128
410 #define TDES_128 (ALG_TDES && YES) macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c699 {128*TDES_128}},
DMarshal.c2943 #if TDES_128 in TPMI_TDES_KEY_BITS_Unmarshal()