Home
last modified time | relevance | path

Searched refs:wrapMechIndex (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/ssl/
H A Dsslsnce.c1897 pwswk->wrapMechIndex == symWrapMechIndex &&
1909 ssl_GetWrappingKey(unsigned int wrapMechIndex,
1913 PORT_Assert(wrapMechIndex < SSL_NUM_WRAP_MECHS);
1915 if (wrapMechIndex >= SSL_NUM_WRAP_MECHS ||
1921 return getSvrWrappingKey(wrapMechIndex, wrapKeyIndex, wswk,
2150 PORT_Assert(wswk->wrapMechIndex < SSL_NUM_WRAP_MECHS);
2152 if (wswk->wrapMechIndex >= SSL_NUM_WRAP_MECHS ||
2158 ndx = (wswk->wrapKeyIndex * SSL_NUM_WRAP_MECHS) + wswk->wrapMechIndex;
2165 rv = getSvrWrappingKey(wswk->wrapMechIndex, wswk->wrapKeyIndex,
2213 ssl_GetWrappingKey(unsigned int wrapMechIndex,
H A Dssl3con.c5672 ssl_FindIndexByWrapMechanism(CK_MECHANISM_TYPE mech, unsigned int *wrapMechIndex) in ssl_FindIndexByWrapMechanism() argument
5677 *wrapMechIndex = i; in ssl_FindIndexByWrapMechanism()
5887 unsigned int wrapMechIndex; in ssl3_GetWrappingKey() local
5913 rv = ssl_FindIndexByWrapMechanism(masterWrapMech, &wrapMechIndex); in ssl3_GetWrappingKey()
5919 pSymWrapKey = &symWrapKeys[wrapMechIndex].symWrapKey[wrapKeyIndex]; in ssl3_GetWrappingKey()
5938 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
6093 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
H A Dsslimpl.h875 PRInt16 wrapMechIndex; member
/dports/security/ca_root_nss/nss-3.71/nss/lib/ssl/
H A Dsslsnce.c1897 pwswk->wrapMechIndex == symWrapMechIndex && in getSvrWrappingKey()
1909 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
1913 PORT_Assert(wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_GetWrappingKey()
1915 if (wrapMechIndex >= SSL_NUM_WRAP_MECHS || in ssl_GetWrappingKey()
1921 return getSvrWrappingKey(wrapMechIndex, wrapKeyIndex, wswk, in ssl_GetWrappingKey()
2150 PORT_Assert(wswk->wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_SetWrappingKey()
2152 if (wswk->wrapMechIndex >= SSL_NUM_WRAP_MECHS || 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()
2213 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
H A Dssl3con.c5700 ssl_FindIndexByWrapMechanism(CK_MECHANISM_TYPE mech, unsigned int *wrapMechIndex) in ssl_FindIndexByWrapMechanism() argument
5705 *wrapMechIndex = i; in ssl_FindIndexByWrapMechanism()
5915 unsigned int wrapMechIndex; in ssl3_GetWrappingKey() local
5941 rv = ssl_FindIndexByWrapMechanism(masterWrapMech, &wrapMechIndex); in ssl3_GetWrappingKey()
5947 pSymWrapKey = &symWrapKeys[wrapMechIndex].symWrapKey[wrapKeyIndex]; in ssl3_GetWrappingKey()
5966 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
6121 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
H A Dsslimpl.h875 PRInt16 wrapMechIndex; member
/dports/www/firefox/firefox-99.0/security/nss/lib/ssl/
H A Dsslsnce.c1897 pwswk->wrapMechIndex == symWrapMechIndex && in getSvrWrappingKey()
1909 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
1913 PORT_Assert(wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_GetWrappingKey()
1915 if (wrapMechIndex >= SSL_NUM_WRAP_MECHS || in ssl_GetWrappingKey()
1921 return getSvrWrappingKey(wrapMechIndex, wrapKeyIndex, wswk, in ssl_GetWrappingKey()
2150 PORT_Assert(wswk->wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_SetWrappingKey()
2152 if (wswk->wrapMechIndex >= SSL_NUM_WRAP_MECHS || 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()
2213 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
H A Dssl3con.c5700 ssl_FindIndexByWrapMechanism(CK_MECHANISM_TYPE mech, unsigned int *wrapMechIndex) in ssl_FindIndexByWrapMechanism() argument
5705 *wrapMechIndex = i; in ssl_FindIndexByWrapMechanism()
5915 unsigned int wrapMechIndex; in ssl3_GetWrappingKey() local
5941 rv = ssl_FindIndexByWrapMechanism(masterWrapMech, &wrapMechIndex); in ssl3_GetWrappingKey()
5947 pSymWrapKey = &symWrapKeys[wrapMechIndex].symWrapKey[wrapKeyIndex]; in ssl3_GetWrappingKey()
5966 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
6121 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
H A Dsslimpl.h879 PRInt16 wrapMechIndex; member
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/ssl/
H A Dsslsnce.c1852 pwswk->wrapMechIndex == symWrapMechIndex && in getSvrWrappingKey()
1864 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
1868 PORT_Assert(wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_GetWrappingKey()
1870 if (wrapMechIndex >= SSL_NUM_WRAP_MECHS || in ssl_GetWrappingKey()
1876 return getSvrWrappingKey(wrapMechIndex, wrapKeyIndex, wswk, in ssl_GetWrappingKey()
2097 PORT_Assert(wswk->wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_SetWrappingKey()
2099 if (wswk->wrapMechIndex >= SSL_NUM_WRAP_MECHS || 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()
2160 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
H A Dsslimpl.h814 PRInt16 wrapMechIndex; member
H A Dssl3con.c5077 ssl_FindIndexByWrapMechanism(CK_MECHANISM_TYPE mech, unsigned int *wrapMechIndex) in ssl_FindIndexByWrapMechanism() argument
5082 *wrapMechIndex = i; in ssl_FindIndexByWrapMechanism()
5292 unsigned int wrapMechIndex; in ssl3_GetWrappingKey() local
5318 rv = ssl_FindIndexByWrapMechanism(masterWrapMech, &wrapMechIndex); in ssl3_GetWrappingKey()
5324 pSymWrapKey = &symWrapKeys[wrapMechIndex].symWrapKey[wrapKeyIndex]; in ssl3_GetWrappingKey()
5343 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
5497 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
/dports/security/nss/nss-3.76.1/nss/lib/ssl/
H A Dsslsnce.c1897 pwswk->wrapMechIndex == symWrapMechIndex && in getSvrWrappingKey()
1909 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
1913 PORT_Assert(wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_GetWrappingKey()
1915 if (wrapMechIndex >= SSL_NUM_WRAP_MECHS || in ssl_GetWrappingKey()
1921 return getSvrWrappingKey(wrapMechIndex, wrapKeyIndex, wswk, in ssl_GetWrappingKey()
2150 PORT_Assert(wswk->wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_SetWrappingKey()
2152 if (wswk->wrapMechIndex >= SSL_NUM_WRAP_MECHS || 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()
2213 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
H A Dssl3con.c5700 ssl_FindIndexByWrapMechanism(CK_MECHANISM_TYPE mech, unsigned int *wrapMechIndex) in ssl_FindIndexByWrapMechanism() argument
5705 *wrapMechIndex = i; in ssl_FindIndexByWrapMechanism()
5915 unsigned int wrapMechIndex; in ssl3_GetWrappingKey() local
5941 rv = ssl_FindIndexByWrapMechanism(masterWrapMech, &wrapMechIndex); in ssl3_GetWrappingKey()
5947 pSymWrapKey = &symWrapKeys[wrapMechIndex].symWrapKey[wrapKeyIndex]; in ssl3_GetWrappingKey()
5966 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
6121 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
H A Dsslimpl.h879 PRInt16 wrapMechIndex; member
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/ssl/
H A Dsslsnce.c1897 pwswk->wrapMechIndex == symWrapMechIndex && in getSvrWrappingKey()
1909 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
1913 PORT_Assert(wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_GetWrappingKey()
1915 if (wrapMechIndex >= SSL_NUM_WRAP_MECHS || in ssl_GetWrappingKey()
1921 return getSvrWrappingKey(wrapMechIndex, wrapKeyIndex, wswk, in ssl_GetWrappingKey()
2150 PORT_Assert(wswk->wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_SetWrappingKey()
2152 if (wswk->wrapMechIndex >= SSL_NUM_WRAP_MECHS || 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()
2213 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
H A Dssl3con.c5672 ssl_FindIndexByWrapMechanism(CK_MECHANISM_TYPE mech, unsigned int *wrapMechIndex) in ssl_FindIndexByWrapMechanism() argument
5677 *wrapMechIndex = i; in ssl_FindIndexByWrapMechanism()
5887 unsigned int wrapMechIndex; in ssl3_GetWrappingKey() local
5913 rv = ssl_FindIndexByWrapMechanism(masterWrapMech, &wrapMechIndex); in ssl3_GetWrappingKey()
5919 pSymWrapKey = &symWrapKeys[wrapMechIndex].symWrapKey[wrapKeyIndex]; in ssl3_GetWrappingKey()
5938 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
6093 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
H A Dsslimpl.h875 PRInt16 wrapMechIndex; member
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/ssl/
H A Dsslsnce.c1897 pwswk->wrapMechIndex == symWrapMechIndex && in getSvrWrappingKey()
1909 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
1913 PORT_Assert(wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_GetWrappingKey()
1915 if (wrapMechIndex >= SSL_NUM_WRAP_MECHS || in ssl_GetWrappingKey()
1921 return getSvrWrappingKey(wrapMechIndex, wrapKeyIndex, wswk, in ssl_GetWrappingKey()
2150 PORT_Assert(wswk->wrapMechIndex < SSL_NUM_WRAP_MECHS); in ssl_SetWrappingKey()
2152 if (wswk->wrapMechIndex >= SSL_NUM_WRAP_MECHS || 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()
2213 ssl_GetWrappingKey(unsigned int wrapMechIndex, in ssl_GetWrappingKey() argument
H A Dssl3con.c5456 ssl_FindIndexByWrapMechanism(CK_MECHANISM_TYPE mech, unsigned int *wrapMechIndex) in ssl_FindIndexByWrapMechanism() argument
5461 *wrapMechIndex = i; in ssl_FindIndexByWrapMechanism()
5671 unsigned int wrapMechIndex; in ssl3_GetWrappingKey() local
5697 rv = ssl_FindIndexByWrapMechanism(masterWrapMech, &wrapMechIndex); in ssl3_GetWrappingKey()
5703 pSymWrapKey = &symWrapKeys[wrapMechIndex].symWrapKey[wrapKeyIndex]; in ssl3_GetWrappingKey()
5722 rv = ssl_GetWrappingKey(wrapMechIndex, wrapKeyIndex, &wswk); in ssl3_GetWrappingKey()
5877 wswk.wrapMechIndex = wrapMechIndex; in ssl3_GetWrappingKey()
H A Dsslimpl.h847 PRInt16 wrapMechIndex; member