Searched refs:OSSL_TFO_SENDTO (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/openssl/include/internal/ |
| H A D | bio_tfo.h | 123 #define OSSL_TFO_SENDTO 0 macro 144 #define OSSL_TFO_SENDTO MSG_FASTOPEN macro
|
| /src/crypto/openssl/crypto/bio/ |
| H A D | bss_sock.c | 131 #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 D | bss_conn.c | 424 #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 D | bio_tfo_test.c | 357 #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()
|