Home
last modified time | relevance | path

Searched refs:s2n_record_writev (Results 1 – 3 of 3) sorted by relevance

/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_record.h72 extern int s2n_record_writev(struct s2n_connection *conn, uint8_t content_type, const struct iovec …
H A Ds2n_send.c177 POSIX_GUARD(s2n_record_writev(conn, TLS_APPLICATION_DATA, bufs, count, in s2n_sendv_with_offset_impl()
H A Ds2n_record_write.c215 int s2n_record_writev(struct s2n_connection *conn, uint8_t content_type, const struct iovec *in, in… in s2n_record_writev() function
495 return s2n_record_writev(conn, content_type, &iov, 1, 0, in->size); in s2n_record_write()