HomeSort by relevance Sort by last modified time
    Searched refs:BIO_new_connect (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/bio/
bio_test.cc 110 bssl::UniquePtr<BIO> bio(BIO_new_connect(hostname));
connect.c 502 BIO *BIO_new_connect(const char *hostname) {
  /external/boringssl/src/include/openssl/
bio.h 533 // BIO_new_connect returns a BIO that connects to the given hostname and port.
539 OPENSSL_EXPORT BIO *BIO_new_connect(const char *host_and_optional_port);
    [all...]
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h     [all...]

Completed in 51 milliseconds