Searched refs:symWrapMechIndex (Results 1 – 4 of 4) sorted by relevance
1776 getSvrWrappingKey(PRInt32 symWrapMechIndex, in getSvrWrappingKey() argument1782 PRUint32 ndx = (exchKeyType * SSL_NUM_WRAP_MECHS) + symWrapMechIndex; in getSvrWrappingKey()1798 pwswk->symWrapMechIndex == symWrapMechIndex && in getSvrWrappingKey()1810 ssl_GetWrappingKey( PRInt32 symWrapMechIndex, in ssl_GetWrappingKey() argument1817 PORT_Assert( (unsigned)symWrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_GetWrappingKey()1819 (unsigned)symWrapMechIndex < SSL_NUM_WRAP_MECHS) { in ssl_GetWrappingKey()1820 rv = getSvrWrappingKey(symWrapMechIndex, exchKeyType, wswk, in ssl_GetWrappingKey()2101 PRInt32 symWrapMechIndex = wswk->symWrapMechIndex; in ssl_SetWrappingKey() local2115 PORT_Assert( (unsigned)symWrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_SetWrappingKey()2116 if ((unsigned)symWrapMechIndex >= SSL_NUM_WRAP_MECHS) in ssl_SetWrappingKey()[all …]
1034 PRInt32 symWrapMechIndex; member1881 ssl_GetWrappingKey( PRInt32 symWrapMechIndex,
5678 int symWrapMechIndex; in getWrappingKey() local5695 symWrapMechIndex = ssl_FindIndexByWrapMechanism(masterWrapMech); in getWrappingKey()5696 PORT_Assert(symWrapMechIndex >= 0); in getWrappingKey()5697 if (symWrapMechIndex < 0) in getWrappingKey()5700 pSymWrapKey = &symWrapKeys[symWrapMechIndex].symWrapKey[exchKeyType]; in getWrappingKey()5719 if (ssl_GetWrappingKey(symWrapMechIndex, exchKeyType, &wswk)) { in getWrappingKey()5871 wswk.symWrapMechIndex = symWrapMechIndex; in getWrappingKey()
15 pSymWrapKey = &symWrapKeys[symWrapMechIndex].symWrapKey[exchKeyType];