Searched refs:SSL_NUM_WRAP_MECHS (Results 1 – 3 of 3) sorted by relevance
1124 cache->numKeyCacheEntries = kt_kea_size * SSL_NUM_WRAP_MECHS; in InitCache()1782 PRUint32 ndx = (exchKeyType * SSL_NUM_WRAP_MECHS) + symWrapMechIndex; in getSvrWrappingKey()1817 PORT_Assert( (unsigned)symWrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_GetWrappingKey()1819 (unsigned)symWrapMechIndex < SSL_NUM_WRAP_MECHS) { in ssl_GetWrappingKey()2115 PORT_Assert( (unsigned)symWrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_SetWrappingKey()2116 if ((unsigned)symWrapMechIndex >= SSL_NUM_WRAP_MECHS) in ssl_SetWrappingKey()2119 ndx = (exchKeyType * SSL_NUM_WRAP_MECHS) + symWrapMechIndex; in ssl_SetWrappingKey()
149 #define SSL_NUM_WRAP_MECHS 16 macro
5477 static const CK_MECHANISM_TYPE wrapMechanismList[SSL_NUM_WRAP_MECHS] = {5617 static ssl3SymWrapKey symWrapKeys[SSL_NUM_WRAP_MECHS];5639 for (i = 0; i < SSL_NUM_WRAP_MECHS; ++i) { in SSL3_ShutdownServerCache()