Home
last modified time | relevance | path

Searched refs:TDES_192 (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmAlgorithmDefines.h193 #define TDES_KEY_SIZES_BITS (128 * TDES_128), (192 * TDES_192)
194 #if TDES_192
204 #define TDES_192_BLOCK_SIZE_BYTES (TDES_192 * 8)
DSelfTest.h50 #define TDES_ENTRIES (TDES_128 + TDES_192)
DTpmProfile.h412 #ifndef TDES_192
413 #define TDES_192 (ALG_TDES && YES) macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c2946 #if TDES_192 in TPMI_TDES_KEY_BITS_Unmarshal()