Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DRsaKeyCache.c85 #if RSA_1024
100 #define RSA_KEY_CACHE_ENTRIES (RSA_1024 + RSA_2048 + RSA_3072 + RSA_4096)
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmAlgorithmDefines.h70 (1024 * RSA_1024), (2048 * RSA_2048), (3072 * RSA_3072), \
80 #elif RSA_1024
DTpmProfile.h365 #ifndef RSA_1024
366 #define RSA_1024 (ALG_RSA && YES) macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c928 {3072*RSA_3072, 1024*RSA_1024, 2048*RSA_2048}},
DMarshal.c4227 #if RSA_1024 in TPMI_RSA_KEY_BITS_Unmarshal()