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
144 uint8_t *out = ssl_read_buffer(ssl) + ssl_record_prefix_len(ssl);
148 switch (tls_open_record(ssl, &type, out, &len, &consumed, &alert, max_out,
161 rr->data = out;
212 /* Ensure that if we end up with a smaller value of data to write out than
298 uint8_t *out;
300 if (!ssl_write_buffer_init(ssl, &out, max_out) ||
301 !tls_seal_record(ssl, out, &ciphertext_len, max_out, type, buf, len)) {
479 /* If peer renegotiations are disabled, all out-of-order handshake records
549 /* If an alert record, process one alert out of the record. Note that we allow
689 /* Nothing is being written out, so the alert may be dispatched
694 /* else data is still being written out, we will get written some time in the