Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmAlgorithmDefines.h122 (128 * AES_128), (192 * AES_192), (256 * AES_256)
125 #elif AES_192
135 #define AES_192_BLOCK_SIZE_BYTES (AES_192 * 16)
DSymmetricTestData.h88 #if AES_192
DSymmetricTest.h58 #if ALG_AES && AES_192
DSelfTest.h47 #define AES_ENTRIES (AES_128 + AES_192 + AES_256)
DTpmProfile.h385 #ifndef AES_192
386 #define AES_192 (ALG_AES && NO) macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c702 {192*AES_192, 128*AES_128, 256*AES_256}},
DMarshal.c2980 #if AES_192 in TPMI_AES_KEY_BITS_Unmarshal()