Home
last modified time | relevance | path

Searched refs:BIO_new_dgram (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod5 BIO_s_datagram, BIO_new_dgram,
19 BIO *BIO_new_dgram(int fd, int close_flag);
204 BIO_new_dgram() is a helper function which instantiates a BIO_s_datagram() and
211 BIO_new_dgram() returns a BIO on success and NULL on failure.
/freebsd/crypto/openssl/util/
H A Dmissingcrypto111.txt227 BIO_new_dgram(3)
H A Dlibcrypto.num1419 BIO_new_dgram 1454 3_0_0 EXIST::FUNCTION:DGRAM
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h691 BIO *BIO_new_dgram(int fd, int close_flag);
H A Dbio.h.in668 BIO *BIO_new_dgram(int fd, int close_flag);
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c144 BIO *BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram() function
/freebsd/crypto/openssl/apps/
H A Ds_client.c2041 sbio = BIO_new_dgram(sock, BIO_NOCLOSE); in s_client_main()
H A Ds_server.c2391 sbio = BIO_new_dgram(s, BIO_NOCLOSE); in sv_body()
/freebsd/secure/lib/libcrypto/
H A DVersion.map347 BIO_new_dgram;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile872 MLINKS+= BIO_s_datagram.3 BIO_new_dgram.3