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 …]
1066 PRInt32 symWrapMechIndex; member1914 ssl_GetWrappingKey( PRInt32 symWrapMechIndex,
5737 int symWrapMechIndex; in getWrappingKey() local5754 symWrapMechIndex = ssl_FindIndexByWrapMechanism(masterWrapMech); in getWrappingKey()5755 PORT_Assert(symWrapMechIndex >= 0); in getWrappingKey()5756 if (symWrapMechIndex < 0) in getWrappingKey()5759 pSymWrapKey = &symWrapKeys[symWrapMechIndex].symWrapKey[exchKeyType]; in getWrappingKey()5778 if (ssl_GetWrappingKey(symWrapMechIndex, exchKeyType, &wswk)) { in getWrappingKey()5930 wswk.symWrapMechIndex = symWrapMechIndex; in getWrappingKey()
14 pSymWrapKey = &symWrapKeys[symWrapMechIndex].symWrapKey[exchKeyType];