Searched refs:wswk (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslsnce.c | 1778 SSLWrappedSymWrappingKey *wswk, in getSvrWrappingKey() argument 1800 *wswk = *pwswk; in getSvrWrappingKey() 1812 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument 1820 rv = getSvrWrappingKey(symWrapMechIndex, exchKeyType, wswk, in ssl_GetWrappingKey() 2095 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk) in ssl_SetWrappingKey() argument 2099 SSL3KEAType exchKeyType = wswk->exchKeyType; in ssl_SetWrappingKey() 2101 PRInt32 symWrapMechIndex = wswk->symWrapMechIndex; in ssl_SetWrappingKey() 2124 rv = getSvrWrappingKey(wswk->symWrapMechIndex, wswk->exchKeyType, in ssl_SetWrappingKey() 2128 PORT_Memcpy(wswk, &myWswk, sizeof *wswk); in ssl_SetWrappingKey() 2131 cache->keyCacheData[ndx] = *wswk; in ssl_SetWrappingKey() [all …]
|
D | ssl3con.c | 5681 SSLWrappedSymWrappingKey wswk; in getWrappingKey() local 5719 if (ssl_GetWrappingKey(symWrapMechIndex, exchKeyType, &wswk)) { in getWrappingKey() 5722 ssl_UnwrapSymWrappingKey(&wswk, svrPrivKey, exchKeyType, in getWrappingKey() 5745 PORT_Memset(&wswk, 0, sizeof wswk); /* eliminate UMRs. */ in getWrappingKey() 5756 wrappedKey.data = wswk.wrappedSymmetricWrappingkey; in getWrappingKey() 5758 PORT_Assert(wrappedKey.len <= sizeof wswk.wrappedSymmetricWrappingkey); in getWrappingKey() 5759 if (wrappedKey.len > sizeof wswk.wrappedSymmetricWrappingkey) in getWrappingKey() 5821 ecWrapped = (ECCWrappedKeyInfo *) (wswk.wrappedSymmetricWrappingkey); in getWrappingKey() 5870 wswk.symWrapMechanism = masterWrapMech; in getWrappingKey() 5871 wswk.symWrapMechIndex = symWrapMechIndex; in getWrappingKey() [all …]
|
D | sslimpl.h | 1883 SSLWrappedSymWrappingKey *wswk); 1895 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk);
|