Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DRsaKeyCache.c88 #if RSA_2048
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), \
78 #elif RSA_2048
DTpmProfile.h368 #ifndef RSA_2048
369 #define RSA_2048 (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.c4230 #if RSA_2048 in TPMI_RSA_KEY_BITS_Unmarshal()