Searched refs:RSA_KEY_CACHE_ENTRIES (Results 1 – 1 of 1) sorted by relevance
100 #define RSA_KEY_CACHE_ENTRIES (RSA_1024 + RSA_2048 + RSA_3072 + RSA_4096) macro103 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()