Home
last modified time | relevance | path

Searched refs:OSSL_TFO_SENDTO (Results 1 – 4 of 4) sorted by relevance

/src/crypto/openssl/include/internal/
H A Dbio_tfo.h123 #define OSSL_TFO_SENDTO 0 macro
144 #define OSSL_TFO_SENDTO MSG_FASTOPEN macro
/src/crypto/openssl/crypto/bio/
H A Dbss_sock.c131 #if !defined(OPENSSL_NO_KTLS) || defined(OSSL_TFO_SENDTO) in sock_write()
146 #if defined(OSSL_TFO_SENDTO) in sock_write()
151 ret = sendto(b->num, in, inl, OSSL_TFO_SENDTO, in sock_write()
H A Dbss_conn.c424 #if defined(OSSL_TFO_SENDTO) in conn_write()
428 ret = sendto(b->num, in, inl, OSSL_TFO_SENDTO, in conn_write()
/src/crypto/openssl/test/
H A Dbio_tfo_test.c357 #ifdef OSSL_TFO_SENDTO in test_fd_tfo()
358 if (!TEST_int_ge(sendto(cfd, SOCKET_DATA, SOCKET_DATA_LEN, OSSL_TFO_SENDTO, in test_fd_tfo()