Lines Matching refs:bytes
545 b = bytes(protocol, 'ascii')
569 b = bytes(protocol, 'ascii')
674 Raw, decrypted message content as bytes
913 """Read up to 'len' bytes from the SSL object and return them.
916 bytes read.
925 """Write 'data' to the SSL object and return the number of bytes
974 """Return the number of bytes that can be read immediately."""
987 if the requested `cb_type` is not supported. Return bytes of the data
1155 """Read up to LEN bytes and return them.
1177 number of bytes of DATA actually transmitted."""
1277 clear-text socket. Return the total number of bytes sent.