Home
last modified time | relevance | path

Searched refs:BIO_new_accept (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/bio/
Dbss_acpt.c463 BIO *BIO_new_accept(char *str) in BIO_new_accept() function
Dbio.h742 BIO *BIO_new_accept(char *host_port);
/external/openssl/include/openssl/
Dbio.h742 BIO *BIO_new_accept(char *host_port);
/external/openssl/apps/
Docsp.c1186 acbio = BIO_new_accept(port); in init_responder()