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.h1066 PRInt32 symWrapMechIndex; member
1914 ssl_GetWrappingKey( PRInt32 symWrapMechIndex,
Dssl3con.c5737 int symWrapMechIndex; in getWrappingKey() local
5754 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()
/external/chromium_org/net/third_party/nss/patches/
Dcachelocks.patch14 pSymWrapKey = &symWrapKeys[symWrapMechIndex].symWrapKey[exchKeyType];