Lines Matching refs:keyBits
1301 int keyBits,
1322 sid->u.ssl2.keyBits = keyBits;
1529 ss->sec.keyBits = sid->u.ssl2.keyBits;
1559 ** "keyBits" the size of the final cipher key
1577 ssl2_ServerSetupSessionCypher(sslSocket *ss, int cipher, unsigned int keyBits,
1629 if (keyBits != keySize * BPB) {
1631 SSL_GETPID(), ss->fd, keyBits));
1720 keyBits, keyBits - (ckLen<<3),
3238 unsigned int keyBits;
3253 keyBits = (data[2] << 8) | data[3];
3258 SSL_TRC(5, ("%d: SSL[%d]: session-key, cipher=%d keyBits=%d ckLen=%d ekLen=%d caLen=%d",
3259 SSL_GETPID(), ss->fd, cipher, keyBits, ckLen, ekLen, caLen));
3269 rv = ssl2_ServerSetupSessionCypher(ss, cipher, keyBits,