Lines Matching refs:bytes
191 #define EXPORT_RSA_KEY_LENGTH 64 /* bytes */
217 ** i.e. >= 0 means number of bytes sent, < 0 means error.
391 /* number of bytes previously read into hdr or buf(ssl2) or inbuf (ssl3).
392 ** (offset - writeOffset) is the number of ciphertext bytes read in but
397 /* number of bytes to read in next call to ssl_DefRecv (recv) */
400 /* Number of ciphertext bytes to read in after 2-byte SSL record header. */
408 /* number of bytes of padding to be removed after decrypting. */
414 /* plaintext DATA begins this many bytes into "buf". */
441 ** For SSL2, the plaintext portion is two bytes long. For SSl3 it is 5.
519 } ssl3SidKeys; /* 100 bytes */
764 /* number of bytes consumed from handshake */
1460 PRInt32 bytes);
1466 const SSL3Opaque *src, PRInt32 bytes, PRInt32 lenSize);
1467 extern SECStatus ssl3_ConsumeHandshake(sslSocket *ss, void *v, PRInt32 bytes,
1469 extern PRInt32 ssl3_ConsumeHandshakeNumber(sslSocket *ss, PRInt32 bytes,
1472 PRInt32 bytes, SSL3Opaque **b, PRUint32 *length);