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
558 if ((ssl=SSL_new(ctx)) == NULL)
ssl.h 389 int (*ssl_new)(SSL *s); member in struct:ssl_method_st
458 * via SSL_new */
716 * when SSL_new() is called. This has been put in to make
    [all...]
  /external/openssl/include/openssl/
ssl.h 389 int (*ssl_new)(SSL *s); member in struct:ssl_method_st
458 * via SSL_new */
716 * when SSL_new() is called. This has been put in to make
    [all...]

Completed in 34 milliseconds