Searched refs:BIO_new_dgram_sctp (Results 1 – 9 of 9) sorted by relevance
/openssl/apps/lib/ |
H A D | s_socket.c | 154 BIO *tmpbio = BIO_new_dgram_sctp(*sock, BIO_NOCLOSE); in init_client() 369 BIO *tmpbio = BIO_new_dgram_sctp(asock, BIO_NOCLOSE); in do_server()
|
/openssl/test/helpers/ |
H A D | handshake.c | 1312 tmpbio = BIO_new_dgram_sctp(sock, BIO_NOCLOSE); in set_sock_as_sctp() 1502 client_to_server = BIO_new_dgram_sctp(csock, BIO_CLOSE); in do_handshake_internal() 1503 server_to_client = BIO_new_dgram_sctp(ssock, BIO_CLOSE); in do_handshake_internal()
|
/openssl/util/ |
H A D | missingcrypto.txt | 202 BIO_new_dgram_sctp(3)
|
H A D | missingcrypto111.txt | 228 BIO_new_dgram_sctp(3)
|
H A D | libcrypto.num | 326 BIO_new_dgram_sctp 332 3_0_0 EXIST::FUNCTION:DGRAM,SCTP
|
/openssl/include/openssl/ |
H A D | bio.h.in | 778 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
|
/openssl/crypto/bio/ |
H A D | bss_dgram.c | 1764 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp() function
|
/openssl/apps/ |
H A D | s_client.c | 2203 sbio = BIO_new_dgram_sctp(sock, BIO_NOCLOSE); in s_client_main()
|
H A D | s_server.c | 2492 sbio = BIO_new_dgram_sctp(s, BIO_NOCLOSE); in sv_body()
|
Completed in 67 milliseconds