Home
last modified time | relevance | path

Searched refs:wswk (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/ssl/
H A Dsslsnce.c1877 SSLWrappedSymWrappingKey *wswk,
1899 *wswk = *pwswk;
1911 SSLWrappedSymWrappingKey *wswk)
2137 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk)
2153 wswk->wrapKeyIndex >= SSL_NUM_WRAP_KEYS) {
2158 ndx = (wswk->wrapKeyIndex * SSL_NUM_WRAP_MECHS) + wswk->wrapMechIndex;
2165 rv = getSvrWrappingKey(wswk->wrapMechIndex, wswk->wrapKeyIndex,
2169 PORT_Memcpy(wswk, &myWswk, sizeof *wswk);
2172 cache->keyCacheData[ndx] = *wswk;
2215 SSLWrappedSymWrappingKey *wswk)
[all …]
H A Dssl3con.c5891 SSLWrappedSymWrappingKey wswk; in ssl3_GetWrappingKey() local
5938 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
5965 PORT_Memset(&wswk, 0, sizeof wswk); /* eliminate UMRs. */ in ssl3_GetWrappingKey()
5970 wrappedKey.data = wswk.wrappedSymmetricWrappingkey; in ssl3_GetWrappingKey()
5973 if (wrappedKey.len > sizeof wswk.wrappedSymmetricWrappingkey) in ssl3_GetWrappingKey()
6091 wswk.symWrapMechanism = masterWrapMech; in ssl3_GetWrappingKey()
6092 wswk.asymWrapMechanism = asymWrapMechanism; in ssl3_GetWrappingKey()
6093 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
6094 wswk.wrapKeyIndex = wrapKeyIndex; in ssl3_GetWrappingKey()
6095 wswk.wrappedSymKeyLen = wrappedKey.len; in ssl3_GetWrappingKey()
[all …]
H A Dsslimpl.h1684 unsigned int wrapKeyIndex, SSLWrappedSymWrappingKey *wswk);
1696 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk);
/dports/security/ca_root_nss/nss-3.71/nss/lib/ssl/
H A Dsslsnce.c1877 SSLWrappedSymWrappingKey *wswk, in getSvrWrappingKey() argument
1899 *wswk = *pwswk; in getSvrWrappingKey()
1911 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
2137 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk) in ssl_SetWrappingKey() argument
2153 wswk->wrapKeyIndex >= SSL_NUM_WRAP_KEYS) { in ssl_SetWrappingKey()
2158 ndx = (wswk->wrapKeyIndex * SSL_NUM_WRAP_MECHS) + wswk->wrapMechIndex; in ssl_SetWrappingKey()
2165 rv = getSvrWrappingKey(wswk->wrapMechIndex, wswk->wrapKeyIndex, in ssl_SetWrappingKey()
2169 PORT_Memcpy(wswk, &myWswk, sizeof *wswk); in ssl_SetWrappingKey()
2172 cache->keyCacheData[ndx] = *wswk; in ssl_SetWrappingKey()
2215 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
[all …]
H A Dssl3con.c5919 SSLWrappedSymWrappingKey wswk; in ssl3_GetWrappingKey() local
5966 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
5993 PORT_Memset(&wswk, 0, sizeof wswk); /* eliminate UMRs. */ in ssl3_GetWrappingKey()
5998 wrappedKey.data = wswk.wrappedSymmetricWrappingkey; in ssl3_GetWrappingKey()
6001 if (wrappedKey.len > sizeof wswk.wrappedSymmetricWrappingkey) in ssl3_GetWrappingKey()
6119 wswk.symWrapMechanism = masterWrapMech; in ssl3_GetWrappingKey()
6120 wswk.asymWrapMechanism = asymWrapMechanism; in ssl3_GetWrappingKey()
6121 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
6122 wswk.wrapKeyIndex = wrapKeyIndex; in ssl3_GetWrappingKey()
6123 wswk.wrappedSymKeyLen = wrappedKey.len; in ssl3_GetWrappingKey()
[all …]
H A Dsslimpl.h1684 unsigned int wrapKeyIndex, SSLWrappedSymWrappingKey *wswk);
1696 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk);
/dports/www/firefox/firefox-99.0/security/nss/lib/ssl/
H A Dsslsnce.c1877 SSLWrappedSymWrappingKey *wswk, in getSvrWrappingKey() argument
1899 *wswk = *pwswk; in getSvrWrappingKey()
1911 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
2137 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk) in ssl_SetWrappingKey() argument
2153 wswk->wrapKeyIndex >= SSL_NUM_WRAP_KEYS) { in ssl_SetWrappingKey()
2158 ndx = (wswk->wrapKeyIndex * SSL_NUM_WRAP_MECHS) + wswk->wrapMechIndex; in ssl_SetWrappingKey()
2165 rv = getSvrWrappingKey(wswk->wrapMechIndex, wswk->wrapKeyIndex, in ssl_SetWrappingKey()
2169 PORT_Memcpy(wswk, &myWswk, sizeof *wswk); in ssl_SetWrappingKey()
2172 cache->keyCacheData[ndx] = *wswk; in ssl_SetWrappingKey()
2215 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
[all …]
H A Dssl3con.c5919 SSLWrappedSymWrappingKey wswk; in ssl3_GetWrappingKey() local
5966 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
5993 PORT_Memset(&wswk, 0, sizeof wswk); /* eliminate UMRs. */ in ssl3_GetWrappingKey()
5998 wrappedKey.data = wswk.wrappedSymmetricWrappingkey; in ssl3_GetWrappingKey()
6001 if (wrappedKey.len > sizeof wswk.wrappedSymmetricWrappingkey) in ssl3_GetWrappingKey()
6119 wswk.symWrapMechanism = masterWrapMech; in ssl3_GetWrappingKey()
6120 wswk.asymWrapMechanism = asymWrapMechanism; in ssl3_GetWrappingKey()
6121 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
6122 wswk.wrapKeyIndex = wrapKeyIndex; in ssl3_GetWrappingKey()
6123 wswk.wrappedSymKeyLen = wrappedKey.len; in ssl3_GetWrappingKey()
[all …]
H A Dsslimpl.h1688 unsigned int wrapKeyIndex, SSLWrappedSymWrappingKey *wswk);
1700 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk);
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/ssl/
H A Dsslsnce.c1832 SSLWrappedSymWrappingKey *wswk, in getSvrWrappingKey() argument
1854 *wswk = *pwswk; in getSvrWrappingKey()
1866 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
2084 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk) in ssl_SetWrappingKey() argument
2100 wswk->wrapKeyIndex >= SSL_NUM_WRAP_KEYS) { in ssl_SetWrappingKey()
2105 ndx = (wswk->wrapKeyIndex * SSL_NUM_WRAP_MECHS) + wswk->wrapMechIndex; in ssl_SetWrappingKey()
2112 rv = getSvrWrappingKey(wswk->wrapMechIndex, wswk->wrapKeyIndex, in ssl_SetWrappingKey()
2116 PORT_Memcpy(wswk, &myWswk, sizeof *wswk); in ssl_SetWrappingKey()
2119 cache->keyCacheData[ndx] = *wswk; in ssl_SetWrappingKey()
2162 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
[all …]
H A Dsslimpl.h1554 SSLWrappedSymWrappingKey *wswk);
1566 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk);
H A Dssl3con.c5296 SSLWrappedSymWrappingKey wswk; in ssl3_GetWrappingKey() local
5343 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
5370 PORT_Memset(&wswk, 0, sizeof wswk); /* eliminate UMRs. */ in ssl3_GetWrappingKey()
5375 wrappedKey.data = wswk.wrappedSymmetricWrappingkey; in ssl3_GetWrappingKey()
5378 if (wrappedKey.len > sizeof wswk.wrappedSymmetricWrappingkey) in ssl3_GetWrappingKey()
5495 wswk.symWrapMechanism = masterWrapMech; in ssl3_GetWrappingKey()
5496 wswk.asymWrapMechanism = asymWrapMechanism; in ssl3_GetWrappingKey()
5497 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
5498 wswk.wrapKeyIndex = wrapKeyIndex; in ssl3_GetWrappingKey()
5499 wswk.wrappedSymKeyLen = wrappedKey.len; in ssl3_GetWrappingKey()
[all …]
/dports/security/nss/nss-3.76.1/nss/lib/ssl/
H A Dsslsnce.c1877 SSLWrappedSymWrappingKey *wswk, in getSvrWrappingKey() argument
1899 *wswk = *pwswk; in getSvrWrappingKey()
1911 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
2137 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk) in ssl_SetWrappingKey() argument
2153 wswk->wrapKeyIndex >= SSL_NUM_WRAP_KEYS) { in ssl_SetWrappingKey()
2158 ndx = (wswk->wrapKeyIndex * SSL_NUM_WRAP_MECHS) + wswk->wrapMechIndex; in ssl_SetWrappingKey()
2165 rv = getSvrWrappingKey(wswk->wrapMechIndex, wswk->wrapKeyIndex, in ssl_SetWrappingKey()
2169 PORT_Memcpy(wswk, &myWswk, sizeof *wswk); in ssl_SetWrappingKey()
2172 cache->keyCacheData[ndx] = *wswk; in ssl_SetWrappingKey()
2215 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
[all …]
H A Dssl3con.c5919 SSLWrappedSymWrappingKey wswk; in ssl3_GetWrappingKey() local
5966 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
5993 PORT_Memset(&wswk, 0, sizeof wswk); /* eliminate UMRs. */ in ssl3_GetWrappingKey()
5998 wrappedKey.data = wswk.wrappedSymmetricWrappingkey; in ssl3_GetWrappingKey()
6001 if (wrappedKey.len > sizeof wswk.wrappedSymmetricWrappingkey) in ssl3_GetWrappingKey()
6119 wswk.symWrapMechanism = masterWrapMech; in ssl3_GetWrappingKey()
6120 wswk.asymWrapMechanism = asymWrapMechanism; in ssl3_GetWrappingKey()
6121 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
6122 wswk.wrapKeyIndex = wrapKeyIndex; in ssl3_GetWrappingKey()
6123 wswk.wrappedSymKeyLen = wrappedKey.len; in ssl3_GetWrappingKey()
[all …]
H A Dsslimpl.h1688 unsigned int wrapKeyIndex, SSLWrappedSymWrappingKey *wswk);
1700 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk);
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/ssl/
H A Dsslsnce.c1877 SSLWrappedSymWrappingKey *wswk, in getSvrWrappingKey() argument
1899 *wswk = *pwswk; in getSvrWrappingKey()
1911 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
2137 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk) in ssl_SetWrappingKey() argument
2153 wswk->wrapKeyIndex >= SSL_NUM_WRAP_KEYS) { in ssl_SetWrappingKey()
2158 ndx = (wswk->wrapKeyIndex * SSL_NUM_WRAP_MECHS) + wswk->wrapMechIndex; in ssl_SetWrappingKey()
2165 rv = getSvrWrappingKey(wswk->wrapMechIndex, wswk->wrapKeyIndex, in ssl_SetWrappingKey()
2169 PORT_Memcpy(wswk, &myWswk, sizeof *wswk); in ssl_SetWrappingKey()
2172 cache->keyCacheData[ndx] = *wswk; in ssl_SetWrappingKey()
2215 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
[all …]
H A Dssl3con.c5891 SSLWrappedSymWrappingKey wswk; in ssl3_GetWrappingKey() local
5938 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
5965 PORT_Memset(&wswk, 0, sizeof wswk); /* eliminate UMRs. */ in ssl3_GetWrappingKey()
5970 wrappedKey.data = wswk.wrappedSymmetricWrappingkey; in ssl3_GetWrappingKey()
5973 if (wrappedKey.len > sizeof wswk.wrappedSymmetricWrappingkey) in ssl3_GetWrappingKey()
6091 wswk.symWrapMechanism = masterWrapMech; in ssl3_GetWrappingKey()
6092 wswk.asymWrapMechanism = asymWrapMechanism; in ssl3_GetWrappingKey()
6093 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
6094 wswk.wrapKeyIndex = wrapKeyIndex; in ssl3_GetWrappingKey()
6095 wswk.wrappedSymKeyLen = wrappedKey.len; in ssl3_GetWrappingKey()
[all …]
H A Dsslimpl.h1684 unsigned int wrapKeyIndex, SSLWrappedSymWrappingKey *wswk);
1696 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk);
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/ssl/
H A Dsslsnce.c1877 SSLWrappedSymWrappingKey *wswk, in getSvrWrappingKey() argument
1899 *wswk = *pwswk; in getSvrWrappingKey()
1911 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
2137 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk) in ssl_SetWrappingKey() argument
2153 wswk->wrapKeyIndex >= SSL_NUM_WRAP_KEYS) { in ssl_SetWrappingKey()
2158 ndx = (wswk->wrapKeyIndex * SSL_NUM_WRAP_MECHS) + wswk->wrapMechIndex; in ssl_SetWrappingKey()
2165 rv = getSvrWrappingKey(wswk->wrapMechIndex, wswk->wrapKeyIndex, in ssl_SetWrappingKey()
2169 PORT_Memcpy(wswk, &myWswk, sizeof *wswk); in ssl_SetWrappingKey()
2172 cache->keyCacheData[ndx] = *wswk; in ssl_SetWrappingKey()
2215 SSLWrappedSymWrappingKey *wswk) in ssl_GetWrappingKey() argument
[all …]
H A Dssl3con.c5675 SSLWrappedSymWrappingKey wswk; in ssl3_GetWrappingKey() local
5722 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
5749 PORT_Memset(&wswk, 0, sizeof wswk); /* eliminate UMRs. */ in ssl3_GetWrappingKey()
5754 wrappedKey.data = wswk.wrappedSymmetricWrappingkey; in ssl3_GetWrappingKey()
5757 if (wrappedKey.len > sizeof wswk.wrappedSymmetricWrappingkey) in ssl3_GetWrappingKey()
5875 wswk.symWrapMechanism = masterWrapMech; in ssl3_GetWrappingKey()
5876 wswk.asymWrapMechanism = asymWrapMechanism; in ssl3_GetWrappingKey()
5877 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
5878 wswk.wrapKeyIndex = wrapKeyIndex; in ssl3_GetWrappingKey()
5879 wswk.wrappedSymKeyLen = wrappedKey.len; in ssl3_GetWrappingKey()
[all …]
H A Dsslimpl.h1642 unsigned int wrapKeyIndex, SSLWrappedSymWrappingKey *wswk);
1654 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk);
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/ssl/
H A Dsslsnce.c1617 SSLWrappedSymWrappingKey *wswk,
1639 *wswk = *pwswk;
1651 SSLWrappedSymWrappingKey *wswk)
1872 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk)
1876 SSLAuthType authType = wswk->authType;
1878 PRInt32 symWrapMechIndex = wswk->symWrapMechIndex;
1901 rv = getSvrWrappingKey(wswk->symWrapMechIndex, wswk->authType,
1905 PORT_Memcpy(wswk, &myWswk, sizeof *wswk);
1908 cache->keyCacheData[ndx] = *wswk;
1952 SSLWrappedSymWrappingKey *wswk)
[all …]
H A Dsslimpl.h1708 SSLWrappedSymWrappingKey *wswk);
1720 ssl_SetWrappingKey(SSLWrappedSymWrappingKey *wswk);
H A Dssl3con.c5797 SSLWrappedSymWrappingKey wswk; in ssl3_GetWrappingKey() local
5840 if (ssl_GetWrappingKey(symWrapMechIndex, authType, &wswk)) { in ssl3_GetWrappingKey()
5843 ssl_UnwrapSymWrappingKey(&wswk, svrPrivKey, authType, in ssl3_GetWrappingKey()
5866 PORT_Memset(&wswk, 0, sizeof wswk); /* eliminate UMRs. */ in ssl3_GetWrappingKey()
5871 wrappedKey.data = wswk.wrappedSymmetricWrappingkey; in ssl3_GetWrappingKey()
5991 wswk.symWrapMechanism = masterWrapMech; in ssl3_GetWrappingKey()
5992 wswk.symWrapMechIndex = symWrapMechIndex; in ssl3_GetWrappingKey()
5993 wswk.asymWrapMechanism = asymWrapMechanism; in ssl3_GetWrappingKey()
5994 wswk.authType = authType; in ssl3_GetWrappingKey()
5995 wswk.wrappedSymKeyLen = wrappedKey.len; in ssl3_GetWrappingKey()
[all …]
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DErbi.txt.in35612 wswk 无时无刻 83

12