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

  /external/libmicrohttpd/src/microspdy/
io_openssl.c 102 if(1 != SSL_CTX_use_certificate_file(daemon->io_context, daemon->certfile , SSL_FILETYPE_PEM))
  /external/libvncserver/libvncserver/
rfbssl_openssl.c 63 } else if (SSL_CTX_use_certificate_file(ctx->ssl_ctx, cl->screen->sslcertfile, SSL_FILETYPE_PEM) <= 0) {
  /external/curl/lib/
setup-vms.h 285 #define SSL_CTX_use_certificate_file SSL_CTX_USE_CERTIFICATE_FILE
  /external/boringssl/src/ssl/
ssl_file.cc 374 int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type) {
  /external/curl/lib/vtls/
cyassl.c 272 if(SSL_CTX_use_certificate_file(conssl->ctx, SSL_SET_OPTION(cert),
openssl.c 369 /* SSL_CTX_use_certificate_file() works with either PEM or ASN1, but
372 if(SSL_CTX_use_certificate_file(ctx,
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
  /external/boringssl/src/include/openssl/
ssl.h     [all...]

Completed in 1047 milliseconds