Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DRsaKeyCache.c100 #define RSA_KEY_CACHE_ENTRIES (RSA_1024 + RSA_2048 + RSA_3072 + RSA_4096) macro
103 RSA_KEY_CACHE s_rsaKeyCache[RSA_KEY_CACHE_ENTRIES];
139 for(index = 0; OK && index < RSA_KEY_CACHE_ENTRIES; index++) in InitializeKeyCache()
242 for(index = 0; index < RSA_KEY_CACHE_ENTRIES; index++) in GetCachedRsaKey()