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

  /src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c 69 static BIO_METHOD * tlso_bio_method = NULL; variable
246 tlso_bio_method = tlso_bio_setup();
259 BIO_meth_free( tlso_bio_method );
1377 bio = BIO_new( tlso_bio_method );

Completed in 25 milliseconds