Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DRsaKeyCache.c94 #if RSA_4096
100 #define RSA_KEY_CACHE_ENTRIES (RSA_1024 + RSA_2048 + RSA_3072 + RSA_4096)
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmAlgorithmDefines.h71 (4096 * RSA_4096), (16384 * RSA_16384)
74 #elif RSA_4096
DTpmProfile.h374 #ifndef RSA_4096
375 #define RSA_4096 (ALG_RSA && NO) macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c4236 #if RSA_4096 in TPMI_RSA_KEY_BITS_Unmarshal()