Home
last modified time | relevance | path

Searched refs:BIO_new_dgram_sctp (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Ds_socket.c154 BIO *tmpbio = BIO_new_dgram_sctp(*sock, BIO_NOCLOSE); in init_client()
338 BIO *tmpbio = BIO_new_dgram_sctp(asock, BIO_NOCLOSE); in do_server()
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c1294 tmpbio = BIO_new_dgram_sctp(sock, BIO_NOCLOSE); in set_sock_as_sctp()
1484 client_to_server = BIO_new_dgram_sctp(csock, BIO_CLOSE); in do_handshake_internal()
1485 server_to_client = BIO_new_dgram_sctp(ssock, BIO_CLOSE); in do_handshake_internal()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt205 BIO_new_dgram_sctp(3)
H A Dmissingcrypto111.txt228 BIO_new_dgram_sctp(3)
H A Dlibcrypto.num326 BIO_new_dgram_sctp 332 3_0_0 EXIST::FUNCTION:DGRAM,SCTP
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h694 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
H A Dbio.h.in671 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c799 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp() function
/freebsd/crypto/openssl/apps/
H A Ds_client.c2038 sbio = BIO_new_dgram_sctp(sock, BIO_NOCLOSE); in s_client_main()
H A Ds_server.c2388 sbio = BIO_new_dgram_sctp(s, BIO_NOCLOSE); in sv_body()
/freebsd/secure/lib/libcrypto/
H A DVersion.map4366 BIO_new_dgram_sctp;