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

  /external/openssl/ssl/
bio_ssl.c 72 static int ssl_new(BIO *h);
94 ssl_new,
104 static int ssl_new(BIO *bi) function
353 if (!ssl_new(b))
564 if ((ssl=SSL_new(ctx)) == NULL)
ssl.h 412 int (*ssl_new)(SSL *s); member in struct:ssl_method_st
484 * via SSL_new */
797 * when SSL_new() is called. This has been put in to make
    [all...]
  /external/openssl/include/openssl/
ssl.h 412 int (*ssl_new)(SSL *s); member in struct:ssl_method_st
484 * via SSL_new */
797 * when SSL_new() is called. This has been put in to make
    [all...]

Completed in 249 milliseconds