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

  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 2625 BIO *ldapbio = BIO_new(BIO_s_mem()); local
2628 if (ldapbio == NULL || cnf == NULL) {
2629 BIO_free(ldapbio);
2633 BIO_puts(ldapbio, ldap_tls_genconf);
2634 if (NCONF_load_bio(cnf, ldapbio, &errline) <= 0) {
2635 BIO_free(ldapbio);
2645 BIO_free(ldapbio);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 2674 BIO *ldapbio = BIO_new(BIO_s_mem()); local
2678 BIO_free(ldapbio);
2681 BIO_puts(ldapbio, ldap_tls_genconf);
2682 if (NCONF_load_bio(cnf, ldapbio, &errline) <= 0) {
2683 BIO_free(ldapbio);
2693 BIO_free(ldapbio);
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 2869 BIO *ldapbio = BIO_new(BIO_s_mem()); local
2872 if (ldapbio == NULL || cnf == NULL) {
2873 BIO_free(ldapbio);
2877 BIO_puts(ldapbio, ldap_tls_genconf);
2878 if (NCONF_load_bio(cnf, ldapbio, &errline) <= 0) {
2879 BIO_free(ldapbio);
2889 BIO_free(ldapbio);

Completed in 30 milliseconds