Home | History | Annotate | Download | only in ssl

Lines Matching defs:out

47  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
89 * The word 'cryptographic' can be left out if the rouines from the library
104 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
150 uint8_t *out = ssl_read_buffer(ssl) + ssl_record_prefix_len(ssl);
154 switch (dtls_open_record(ssl, &type, out, &len, &consumed, &alert, max_out,
167 rr->data = out;
217 * alerts also aren't delivered reliably, so we may even time out because the
234 * Alert records (e.g. close_notify) and out of records. */
341 /* If an alert record, process one alert out of the record. Note that we allow
397 /* Cross-epoch records are discarded, but we may receive out-of-order
402 * However, only allow the out-of-order records in the correct epoch.
414 /* Out-of-order handshake record while looking for ChangeCipherSpec. Drop
522 uint8_t *out;
524 if (!ssl_write_buffer_init(ssl, &out, max_out) ||
525 !dtls_seal_record(ssl, out, &ciphertext_len, max_out, type, buf, len,