Searched refs:BIO_new_dgram_sctp (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/apps/ |
D | s_socket.c | 139 BIO *tmpbio = BIO_new_dgram_sctp(*sock, BIO_NOCLOSE); in init_client() 283 BIO *tmpbio = BIO_new_dgram_sctp(asock, BIO_NOCLOSE); in do_server()
|
D | s_client.c | 2083 sbio = BIO_new_dgram_sctp(s, BIO_NOCLOSE); in s_client_main()
|
D | s_server.c | 2296 sbio = BIO_new_dgram_sctp(s, BIO_NOCLOSE); in sv_body()
|
/third_party/openssl/test/ |
D | handshake_helper.c | 1316 tmpbio = BIO_new_dgram_sctp(sock, BIO_NOCLOSE); in set_sock_as_sctp() 1505 client_to_server = BIO_new_dgram_sctp(csock, BIO_CLOSE); in do_handshake_internal() 1506 server_to_client = BIO_new_dgram_sctp(ssock, BIO_CLOSE); in do_handshake_internal()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 611 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
|
/third_party/openssl/crypto/bio/ |
D | bss_dgram.c | 819 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 152 BIO_F_BIO_NEW_DGRAM_SCTP:145:BIO_new_dgram_sctp
|
/third_party/openssl/util/ |
D | libcrypto.num | 331 BIO_new_dgram_sctp 332 1_1_0 EXIST::FUNCTION:DGRAM,SCTP
|