Lines Matching defs:out
34 * The word 'cryptographic' can be left out if the rouines from the library
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
101 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
205 /* Ensure that if we end up with a smaller value of data to write out than
308 uint8_t *out;
310 if (!ssl_write_buffer_init(ssl, &out, max_out)) {
320 out, ssl->s3->pending_flight->data + ssl->s3->pending_flight_offset,
327 if (!tls_seal_record(ssl, out + flight_len, &ciphertext_len,
349 static int consume_record(SSL *ssl, uint8_t *out, int len, int peek) {
360 OPENSSL_memcpy(out, rr->data, len);
564 /* Nothing is being written out, so the alert may be dispatched