Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslsnce.c1776 getSvrWrappingKey(PRInt32 symWrapMechIndex, in getSvrWrappingKey() argument
1782 PRUint32 ndx = (exchKeyType * SSL_NUM_WRAP_MECHS) + symWrapMechIndex; in getSvrWrappingKey()
1798 pwswk->symWrapMechIndex == symWrapMechIndex && in getSvrWrappingKey()
1810 ssl_GetWrappingKey( PRInt32 symWrapMechIndex, in ssl_GetWrappingKey() argument
1817 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() local
2115 PORT_Assert( (unsigned)symWrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_SetWrappingKey()
2116 if ((unsigned)symWrapMechIndex >= SSL_NUM_WRAP_MECHS) in ssl_SetWrappingKey()
[all …]
Dsslimpl.h1034 PRInt32 symWrapMechIndex; member
1881 ssl_GetWrappingKey( PRInt32 symWrapMechIndex,
Dssl3con.c5678 int symWrapMechIndex; in getWrappingKey() local
5695 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()
/external/chromium_org/net/third_party/nss/patches/
Dcachelocks.patch15 pSymWrapKey = &symWrapKeys[symWrapMechIndex].symWrapKey[exchKeyType];