HomeSort by: relevance | last modified time | path
    Searched defs:cert_select_simple (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/engines/
e_capi.c 149 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
1623 ctx->client_cert_select = cert_select_simple;
1804 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs) function
  /src/crypto/external/bsd/openssl/dist/engines/
e_capi.c 149 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
1636 ctx->client_cert_select = cert_select_simple;
1818 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs) function
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_capi.c 146 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
1613 ctx->client_cert_select = cert_select_simple;
1795 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs) function

Completed in 32 milliseconds