HomeSort by relevance Sort by last modified time
    Searched defs:BIO_new_ssl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
bio_ssl.c 546 if ((ssl=BIO_new_ssl(ctx,1)) == NULL)
557 BIO *BIO_new_ssl(SSL_CTX *ctx, int client)
  /external/openssl/ssl/
bio_ssl.c 546 if ((ssl=BIO_new_ssl(ctx,1)) == NULL)
557 BIO *BIO_new_ssl(SSL_CTX *ctx, int client)

Completed in 2490 milliseconds