Home
last modified time | relevance | path

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

/third_party/openssl/util/
Dmissingcrypto.txt205 BIO_new_dgram(3)
Dmissingcrypto111.txt227 BIO_new_dgram(3)
Dlibcrypto.num1419 BIO_new_dgram 1454 3_0_0 EXIST::FUNCTION:DGRAM
/third_party/openssl/ohos_lite/include/openssl/
Dbio.h608 BIO *BIO_new_dgram(int fd, int close_flag);
/third_party/openssl/crypto/bio/
Dbss_dgram.c144 BIO *BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram() function
/third_party/openssl/include/openssl/
Dbio.h.in668 BIO *BIO_new_dgram(int fd, int close_flag);
/third_party/openssl/apps/
Ds_client.c2041 sbio = BIO_new_dgram(sock, BIO_NOCLOSE); in s_client_main()
Ds_server.c2385 sbio = BIO_new_dgram(s, BIO_NOCLOSE); in sv_body()