Home | History | Annotate | Download | only in ssl

Lines Matching refs:wswk

5740     SSLWrappedSymWrappingKey wswk;
5777 /* Following call fills in wswk on success. */
5778 if (ssl_GetWrappingKey(symWrapMechIndex, exchKeyType, &wswk)) {
5781 ssl_UnwrapSymWrappingKey(&wswk, svrPrivKey, exchKeyType,
5804 PORT_Memset(&wswk, 0, sizeof wswk); /* eliminate UMRs. */
5815 wrappedKey.data = wswk.wrappedSymmetricWrappingkey;
5817 PORT_Assert(wrappedKey.len <= sizeof wswk.wrappedSymmetricWrappingkey);
5818 if (wrappedKey.len > sizeof wswk.wrappedSymmetricWrappingkey)
5839 * wswk.wrappedSymmetricWrappingkey and lay it out as
5880 ecWrapped = (ECCWrappedKeyInfo *) (wswk.wrappedSymmetricWrappingkey);
5905 * wswk.wrappedSymmetricWrappingkey at the appropriate offset
5929 wswk.symWrapMechanism = masterWrapMech;
5930 wswk.symWrapMechIndex = symWrapMechIndex;
5931 wswk.asymWrapMechanism = asymWrapMechanism;
5932 wswk.exchKeyType = exchKeyType;
5933 wswk.wrappedSymKeyLen = wrappedKey.len;
5940 if (ssl_SetWrappingKey(&wswk)) {
5941 /* somebody beat us to it. The original contents of our wswk
5948 ssl_UnwrapSymWrappingKey(&wswk, svrPrivKey, exchKeyType,