Home
last modified time | relevance | path

Searched refs:SM4_128 (Results 1 – 6 of 6) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmAlgorithmDefines.h148 #define SM4_KEY_SIZES_BITS (128 * SM4_128)
149 #if SM4_128
156 #define SM4_128_BLOCK_SIZE_BYTES (SM4_128 * 16)
DSymmetricTest.h69 #if ALG_SM4 && SM4_128 && 0
DSelfTest.h48 #define SM4_ENTRIES (SM4_128)
DTpmProfile.h393 #ifndef SM4_128
394 #define SM4_128 (ALG_SM4 && YES) macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c705 {128*SM4_128}},
DMarshal.c3014 #if SM4_128 in TPMI_SM4_KEY_BITS_Unmarshal()